You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps it could be a good idea to cache requests to save API calls. This could be a boolean setting in the constructor of the client. If the user wants to cache results, it would trade some memory for less API calls. If the user doesn't want to cache the results, it will take more API calls but less memory.
The text was updated successfully, but these errors were encountered:
Perhaps it could be a good idea to cache requests to save API calls. This could be a boolean setting in the constructor of the client. If the user wants to cache results, it would trade some memory for less API calls. If the user doesn't want to cache the results, it will take more API calls but less memory.
The text was updated successfully, but these errors were encountered: