Skip to content

v0.0.5 - Beta

Compare
Choose a tag to compare
@Kyria Kyria released this 21 Dec 10:53
· 177 commits to master since this release
  • Add raw_body_only to allow/disable the request body response (performance config)
  • Add cache management in EsiClient.request()
  • Add cache timeout management within the cache objects, as the client does not need to know that.
  • Change FileCache to use DiskCache, not to reinvent the wheel