Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Local swagger.json files

Choose a tag to compare

@Adarnof Adarnof released this 18 Sep 23:00
· 21 commits to master since this release

This release adds support for initializing a client from a spec file shipped with your project by passing its path as the spec_file kwarg. The "old" way of specifying resource versions is depreciated.

Additionally this release adds caching of get requests according to the Expires HTTP header. This can be disabled by setting the ESI_CACHE_RESPONSE setting to False.