The types/ endpoint returns a massive response JSON containing all types. This can easily timeout clients fetching the data since it takes so long to load. Adding a simple limit/offset pagination to the types return, like the one used in the /locations endpoint would be a great improvement to make querying more efficient.
The
types/endpoint returns a massive response JSON containing all types. This can easily timeout clients fetching the data since it takes so long to load. Adding a simple limit/offset pagination to the types return, like the one used in the/locationsendpoint would be a great improvement to make querying more efficient.