You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The base assumption I present is that services presenting data (currently connectors and collections) should always present a base API consisting of the following endpoints (non normative names currently).
/getAll - returns all available objects
/getObject - returns an object or an array of objects specified in an id
/getUpdatedSince - returns objects that have changed since a given date
If the service wishes to participate in the query system that's fine and any extensions to the system to do that can be done. The base API guarantees data availability of any new provider.