Get a list of loaders
GET /tag/loader
GET
/tag/loader
Gets an array of loaders, their icons, and supported project types
Responses
200
Expected response to a valid request
Array<object>
object
icon
required
The SVG icon of a loader
string
name
required
The name of the loader
string
supported_project_types
required
The project types that this loader is applicable to
Array<string>