coolneighbors / flipbooks

code related to generating Backyard Worlds: Cool Neighbors flipbooks
1 stars 1 forks source link

Refactored wv.py into a WiseViewQuery Object #6

Closed austinh2001 closed 2 years ago

austinh2001 commented 2 years ago

The functionality of wv.py is now implemented into a WiseViewQuery object.

This allows the JSON response to be stored and repeatedly accessed without the need of re-requesting from the AWS server. Since the get requests are the most time intensive part of the program, this was necessary to avoid re-requesting.