[openstreetmap/openstreetmap-website] Multi fetch for objects histories (Issue #5008)

Andy Allan notifications at github.com
Mon Jul 22 16:24:39 UTC 2024


> Currently, there is no way to request the history of multiple objects in a single request.

Can I just clarify here why multiple HTTP requests are a bad thing? With the API being served over HTTP/3, there's not much overhead for multiple separate parallel requests (a world of difference from HTTP 1.0 and 1.1 pipelining), and early responses (rather than waiting for an entire merged document to be assembled) might be useful to allow the client application to start processing the individual responses as they come in. Are there some disadvantages that I'm missing?


-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/5008#issuecomment-2243353138
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/issues/5008/2243353138 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240722/3bbdb4a4/attachment-0001.htm>


More information about the rails-dev mailing list