Open mhl opened 9 years ago
Perhaps /api/versions could return a JSON representation of the available API versions. (Then an individual version's root endpoint (e.g. /api/v0.1) could include versions_url: https://..../api/versions for explorability value....
/api/versions
/api/v0.1
versions_url: https://..../api/versions
Perhaps
/api/versions
could return a JSON representation of the available API versions. (Then an individual version's root endpoint (e.g./api/v0.1
) could includeversions_url: https://..../api/versions
for explorability value....