I’m not seeing an option to generate OpenAPI documentation anymore. Was that feature removed? This is what I’m seeing when I click the download icon next to my service.
Hi Phil,
Yes, we removed it, as the analytics showed the usage was quite low. If you don’t mind, could you share what you need that functionality for?
Regards,
Mark
There is a front end system I’m using to develop an app and would like to use my API service to connect to my back end. it allows for the import of OpenAPI Swagger which is much more convenient than creating a call from their system for every API call in my service.
Do you have any recommendations on how to generate an OpenAPI document using js service code?
Thank you for sharing the details. I will check with the team.
I agree, importing a swagger document would be more convenient. The downside (for us) is exposing the functionality that can generate Swagger for the APIs deployed in Backendless, which mandates us to support any changes in the Swagger specification. This deviates from the main focus of the company.
Ah. I understand. Makes sense. I’ll try to find another way.