Open vaulstein opened 5 years ago
Some documentation is definitely necessary. But for what it's worth, you can look at the examples folder to see a quick example of what the code should look like!
Could you share how do I add path and query params? I couldn't figure this out. I used the below:
@doc.consumes({"user": str}, location="query")
Require documentation to use
It would be nice to have some initial documentation that would help to get started with the basic swagger document.
Since this is derived from sanic-openapi and sanic-attrs, can we have parts of their documentation that remain the same to at least bootstrap with the basic configurations?