Skip to content

Releases: bsneha90/RecursiveSwaggerSchemaParser

Parse Swagger Schema Request/ Response

31 Jul 03:10
Compare
Choose a tag to compare
  1. Parse a swagger response to return the schema type, schema structure specific to an http method and response type, for a single path or all paths.

  2. Parse a swagger request to return the parameter details like in, type, schema structure and is required.

  3. Return error message if incorrect reponse/ HTTP Method passed.