Crema Design Studio
My feedback
3 results found
-
24 votes
Thank you for the suggestion. This is an interesting idea but not one we currently have on the roadmap. In the mean time, you can apply techniques such as caching (i.e. fetch what you need once for a session and keep it in local storage) to reduce round-trips, and the use the ?fields query string parameter to request only the minimal set of fields you need, which can reduce API response times.
Crema Design Studio supported this idea ·An error occurred while saving the comment -
1 voteCrema Design Studio shared this idea ·
-
2 votesCrema Design Studio shared this idea ·
I've found not having bulk API support for GET requests is frustrating too. Until then, have you considered this possible workaround?
Make ONE request at the beginning of the session and storing all the files to a JSON object. That way, you could perform all filtering queries on that object, instead of making multiple API calls.