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 defined an API following the example in demo/. I was able to successfully run the API and everything is working wonderfully. Then I followed the instructions from the documentation to generate the API documentation using Swagger and I'm getting an error. After executing:
(rs.swagger:define-swagger-resource api)
where api is the symbol's name I used to create the API with rest-server:define-api. I get the following error:
SWAGGER is not a valid api option
I'll keep looking into this, but I assume I'll help the community by documenting my issue and also maybe the community has already an answer to this problem and you can save me some hours of research and trial and error :D
The text was updated successfully, but these errors were encountered:
the Swagger api documentation generator needs to be reviewed. I had something working at some point, but then I moved on to other things.
Also, this project documentation in general needs to be worked on, and you cannot rely on it at the moment. So, apologies. The source code is the true guide at this moment.
Hello
I defined an API following the example in
demo/
. I was able to successfully run the API and everything is working wonderfully. Then I followed the instructions from the documentation to generate the API documentation using Swagger and I'm getting an error. After executing:where
api
is the symbol's name I used to create the API withrest-server:define-api
. I get the following error:I'll keep looking into this, but I assume I'll help the community by documenting my issue and also maybe the community has already an answer to this problem and you can save me some hours of research and trial and error :D
The text was updated successfully, but these errors were encountered: