Skip to content

Releases: u8sand/PySwaggerClient

Fix to v1.1 reversion

26 Mar 20:16

Choose a tag to compare

v1.1 caused an issue with any API which did not have baseUrl defined.

Minor revisions and improvements

22 Feb 15:42

Choose a tag to compare

Strip basePath trailing slash if present

Fixes #6

Initial pyswaggerclient release

12 Oct 15:43

Choose a tag to compare

First release of pyswaggerclient--a python library for connecting to swagger-documented APIs with python. It programmatically constructs a module out of the API using pyswagger enabling you to access it as you would any other python module.