Jonah Benton
Jonah Benton
``` >>> import swaggerconformance >>> client = swaggerconformance.client.Client('http://petstore.swagger.io/v2/swagger.json') No success responses defined - allowing 200 No success responses defined - allowing 200 No success responses defined - allowing 200 No...
The JSON schema against which swagger defined APIs is validated requires at least a "/" to be present in the basePath key. This is as per swagger spec but from...
Fix presumed typo- "a Github user MUST..." ^^^^
Hey folks, found this project recently, it has been a tremendous help. Minor point that my use case is pulling multi-table datasets from APIs and loading them into relic for...