Download OpenAPI specification:
An API ment for communication in a simple market system.
This defines how the Space-Market defines its well-known endpoint.
For the actual API see: v4/space-market.yaml
Returns the versions, which are supported. This is usually defined by the server, but a reverse proxy might override it to point to other endpoints.
Returns versions, the server may support. The endpoints should be resolved like '/api/{version}/'.
The APIs are not publicly visible or the server does not implerment the endpoint.
Frontends should throw a error or request the user to enter the complete endpoint.
{"versions": ["v4"]}