Show HN: A Flask extension for accepting multiple API calls in one HTTP request
By dtkav - 10 hours ago
Showing first level comment(s)
Author here - I was looking for best practice ways to support bulk/batch operations in RESTful APIs. Most ideas seemed really wrong to me [0], until I came across the way that google cloud storage API does this [1] (at the HTTP layer). I couldn't find a good implementation of this concept, so I decided to build one.
I'm hoping to eventually try to get this project accepted as an "Approved Extension", so I'd really love your feedback.
Let me know what you think!