Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to requests-cache #602

Open
3 tasks
niccokunzmann opened this issue Jan 20, 2025 · 0 comments
Open
3 tasks

Migrate to requests-cache #602

niccokunzmann opened this issue Jan 20, 2025 · 0 comments
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request python Pull requests that update Python code

Comments

@niccokunzmann
Copy link
Owner

At the moment, the requests are cached using flask-caching.
However, there is a library that does exactly what we want: https://requests-cache.readthedocs.io

To close this issues:

  • cache requests's responses of calendars using https://requests-cache.readthedocs.io
  • adapt the tests to make sure the check that package
  • while at it: evaluate the responses module and if it is useful for us.
@niccokunzmann niccokunzmann added dependencies Pull requests that update a dependency file enhancement New feature or request python Pull requests that update Python code labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

1 participant