Forum Discussion
Hello Dray,
Thank you for the quick reply and for sharing the link. I had a look at it, and while it does provide the Swagger UI for the API, it doesn’t include a downloadable Swagger/OpenAPI specification file (e.g., JSON or YAML) that can be directly consumed by tools like codegen-swagger or @openapitools/openapi-generator-cli.
For our integration, we need the raw specification file so we can automatically generate a client library for your API. Typically, this would be accessible through a link like:
https://<the-api-domain>/swagger.json
or
https://<the-api-domain>/openapi.yaml
Would it be possible for you to provide (if available):
A direct URL to the Swagger/OpenAPI specification file, or
A downloadable copy of the specification in JSON or YAML format.
This would allow us to generate and maintain the client code efficiently without manually extracting endpoints from the Swagger UI.
Best regards,
Rado