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
Define a specific interface for the store object. Any object that implements that interface should be able to be used as a store backend for the ASO methods.
This would be convenient to, for example, have stores that go to a database, or that cache results in something like ElasticSearch before attempting to scrape Google Play or iTunes.
The text was updated successfully, but these errors were encountered:
Define a specific interface for the store object. Any object that implements that interface should be able to be used as a store backend for the ASO methods.
This would be convenient to, for example, have stores that go to a database, or that cache results in something like ElasticSearch before attempting to scrape Google Play or iTunes.
The text was updated successfully, but these errors were encountered: