Hello,
I’m looking to understand the best way to save a response from an api that contains 1000+ things on a daily basis.
New api call would be made, response would be received, and things should be created based on the response. The ORIGINAL/CURRENT list of Things in the database should also be deleted before the new list of things is created/set.
The API response would be in text format and would include dates that must be validated I assume so that it’s in the correct date format.
Not sure how to go about this one… Any help would be appreciated.