forked from addonscript/addonscript-spec
Remove namespaces endpoint from addons feature
will be part of another api feature in the future
This commit is contained in:
parent
14aa5338d2
commit
38997a8984
1 changed files with 1 additions and 12 deletions
|
@ -37,15 +37,4 @@ This endpoint can be used to retrieve the manifest of a specific version of an a
|
|||
|
||||
- `200 OK`: This version of the addon is available in this addon repository.
|
||||
The response body MUST be an [Addon Manifest](../../schema/manifest.md).
|
||||
- `404 Not Found`: This version of the addon is not available in this addon repository.
|
||||
|
||||
### Get namespaces
|
||||
|
||||
`GET {base URL}/v2/namespaces`
|
||||
|
||||
This endpoint can be used to get a list of [repository namespaces](../../concepts/namespaces.md#repository-namespaces),
|
||||
which can be found on this API instance. It MAY be incomplete or empty at all.
|
||||
|
||||
#### Responses:
|
||||
|
||||
- `200 OK`: The response body MUST be a JSON array of namespace strings.
|
||||
- `404 Not Found`: This version of the addon is not available in this addon repository.
|
Loading…
Reference in a new issue