jkwill87 / mapi

media metadata database library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make request caching optional

jkwill87 opened this issue · comments

Background

mapi uses requests_cache to cache the response of requests to API providers. This

Acceptance Criteria

  • Add a boolean cache parameter to endpoint functions which signals to enable/ disable caching
  • Add a boolean cache parameter to the Provider classes which in turn passes this flag to the endpoint functions it calls
  • Disable caching for failure checking endpoint tests and unskip them