Closed dasevilla closed 8 years ago
Hi, I'm very appreciated with your contribution. Here is my suggestion before accepting it as main branch:
If you have comments of these suggestion, please feel free to let me know.
How would I use this custom scanner?
I just realize that I didn't provide a sample to use scanner. Here is one when I tried to answer other issues.
https://github.com/mission-liao/pyswagger/issues/66#issuecomment-178988166
The specification says that
operationId
is optional. When this happens, generate a unique name using the HTTP method and path.Prior to this patch, all operations without an
operationId
were silently omitted.This patch is related to #42