-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http-api-spec.ng - Roadmap, Priorities and Discussions of where to take the HTTP API #208
Comments
IIRC there was some API 2.0 discussion on the dev meeting in Glasgow/London. I don't know where the notes are, but it would be nice to link them here / write them down |
I did a bunch of work related to improving the http api a while ago, the demo version is here (though needs a bit of love): https://github.com/ipfs-shipyard/ipfs-http My approach was to use REST and not RPC because having worked with both, my experience of RPC is that it tends to be inflexible, reflects the conventions of the platform it's implemented against in terms of data types and procedure addressing and usually ends up with a very large API surface area, none of which we want. |
Related discussion here for multiple blocks in a put request: ipfs/kubo#3667 |
This depends on how you define your resources, though it would be interesting to see if you'd get better performance by just making multiple requests in parallel because sending multiple blocks in a single response is ultimately going to be similar to sending them in series as the server can only send one byte at a time in a given response. |
cc:
|
This issue is a follow up on last HTTP-API Sprint call, August 15.
Current issues
Discussions & Proposals to improve the HTTP-API and process
Priorities
Moar issues
The text was updated successfully, but these errors were encountered: