This repository was archived by the owner on Jan 28, 2022. It is now read-only.
Local swagger.json files
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.