Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 823 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 823 Bytes

Rest API

How do we talk together ?

See the changes we made in the Changelog file

Format

Our API are REST and the format of the data we use is JSON

Host and version

All our API are bellow https://cloud.xee.com, as we're in the third version, all the API starts with https://cloud.xee.com/v3/

If there is a special case with a legacy API, it'll be explained in the description of the route.

Mocking

From the third version of our API, there is a sandbox API exposing fake data, you can reach it by using https://sandbox.xee.com/v3/

API