forked from LockerProject/Locker
-
Notifications
You must be signed in to change notification settings - Fork 0
API Questions
temas edited this page Jul 8, 2011
·
1 revision
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.