Skip to content

AGCO JSON API profiles, standardises Filtering, Search and Change Events.

Notifications You must be signed in to change notification settings

agco/agco-json-api-profiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 

Repository files navigation

AGCO JSON API Profiles

Profile

AGCO JSON API profiles, standardises Filtering, Search and Change Events..

Usage

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": [{
    // ...
  }]
}

Stack

About

AGCO JSON API profiles, standardises Filtering, Search and Change Events.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •