Skip to main content

Reusing API Response Data By Caching It In a File

  • I like doing this with diskcache in python (saves to an SQLite db)
  • reducing api calls by storing the results in temporary json files
  • based on pilots repo for notion and transmission data