Caching
Every endpoint is cached for better performance. Cache is built on top of underlying primitives (Community, Deal, Wallet, ...) and updated when these primitives are changes.
More details about caching for every endpoint is available in RestAPI endpoints section.
Dev notes:
When RestAPI returns cached data, object has internal property _cached
set to true
Last updated