Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • It only supports reading operations
  • An API-key is valid for a single project. A user may generate multiple API-keys for accessing different project. Generating API-Key twice for the same project will result in same key.
  • API-keys belong to a single user and are confidential, thus should not be shared
  • API-key does not intended to be used for machine-to-machine communication and should not be used as such

Technical description

One should send API-key with each HTTP request as standard Authorization header with Reference scheme

...

All API endpoints should provide database and project number as part of the URL path, for example https://api-host/api/database/projectId/resourceshttps://drofus.atlassian.net/browse/DV-3221

Queries

We model our query-syntax on the OData standard, but currently only support a small subset of it. 

...