HTTP/1.1 200 OK
Content-Type: application/vnd.api+json
{
"data": [{
"type" : "resources",
"id" : "person",
"title": "A person",
"links": {
"self" : "https://api.flarecast.eu/v1/persons/"
},
}, {
"type" : "resources",
"id" : "algorithm",
"title": "Algorithm or other software artifact",
"links": {
"self" : "https://api.flarecast.eu/v1/algorithms/"
},
}, {
"type" : "resources",
"id" : "feature",
"title": "Features accessible through this API",
"links": {
"self" : "https://api.flarecast.eu/v1/features/"
},
}, {
"type" : "resources",
"id" : "observations",
"title": "Observations accessible through this API",
"links": {
"self" : "https://api.flarecast.eu/v1/observations/"
},
},
...
]
} |