You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added the code generator endpoint to the SwaggerMiddleware.cs which uses the swagger API to generate the different client codes.
E.g. the client code generating URL is as follows: https://yyy.zzz/swagger/v1/swagger.[cshart|r|java|...]
And based on the extension of the address, the application calls the swagger generator API and returns the file back to the client user.
I have two questions:
How and where can I add the links in UI for direct access to those links?
Is it possible to make it available in the main source code, due to branch creation restriction?
The text was updated successfully, but these errors were encountered:
I have added the code generator endpoint to the
SwaggerMiddleware.cs
which uses the swagger API to generate the different client codes.E.g. the client code generating URL is as follows:
https://yyy.zzz/swagger/v1/swagger.[cshart|r|java|...]
And based on the extension of the address, the application calls the swagger generator API and returns the file back to the client user.
I have two questions:
The text was updated successfully, but these errors were encountered: