Public API v2
Motivation: We want to stop encoding arguments in the request path, and use query parameters instead. This makes more sense for HTTP (and the various proxy layers we have), and is the only way to properly give an origin URL as argument to the API (%2F and / are indistinguishable in Django's request routing). And this will require changing the whole structure of the API.
This meta task lists all other breaking changes we want to include in version 2 of the public API.
- Use query parameters instead of encoding arguments in the request path
- No leak of the origin id (use only origin URLs)
- Use SWHIDs everywhere (core SWHIDs, without qualifiers)
- Compatibility with at least one well-known API specification format (OpenAPI, SPARQL, ...)
- Consistent pagination used across all endpoints
- Authentication
- Standardize "batch invocation" of endpoints on multiple objects
- Consistent results for the same object accessed via different endpoints (e.g.
/revision/<rev>/directory
and/directory/<dir_id>
do not return the same type of result; one is a superset of the other). - Future-proofing, wrt. changes of hash algorithms (currently
sha1_git
) - Consider dropping
/revision/log/
(?) (see #2450 (closed))
Migrated from T1805 (view on Phabricator)
Edited by Phabricator Migration user