civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

[CIVIS-8737] ENH time-to-live cache for API spec #491

Closed jacksonlee-civis closed 3 months ago

jacksonlee-civis commented 3 months ago

This pull request implements a time-to-live (TTL) cache for the API spec pulled from creating a civis.APIClient instance.

Resolves #233.