🌐 API endpoints
Overview
The relay-proxy is providing a list of REST endpoints to interact with GO Feature Flag.
Since we are evolving the relay proxy, the list of endpoints can change, and we recommend checking the OpenAPI documentation to have the most updated list of endpoints.
Swagger
The relay proxy can expose a swagger UI to test your REST endpoints.
This swagger UI is available at the /swagger/
endpoint and will show all the available endpoints and the parameters needed.
By default, this endpoint is not exposed, you need to have this configuration in your relay proxy configuration file:
# ...
enableSwagger: true
host: my-proxy-domain.com # the DNS to access the proxy
When enabled, you can go to the /swagger/
endpoint with your browser, and you will have access to the Swagger UI for the relay proxy.
OpenAPI documentation
If you don't want to install the relay proxy to check the endpoints, you can go to this OpenAPI documentation directly.