AGCO JSON API profiles, standardises Filtering, Search and Change Events..
Add the profile link relations in the 'meta' section of the response to allow the API consumer to learn about the additional semantics
GET http://api.example.com/dealers
{
"meta": {
"profile": [
"https://github.com/agco/agco-json-api-profiles/blob/master/public/filtering-profile.md",
"https://github.com/agco/agco-json-api-profiles/blob/master/public/search-profile.md",
"https://github.com/agco/agco-json-api-profiles/blob/master/public/change-events-profile.md"
]
},
"dealers": [{
// ...
}]
}
- Nodejs : harvester elastic-harvester