Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Support for go-ipfs v0.5 #210

Closed
lidel opened this issue Apr 8, 2020 · 0 comments
Closed

Support for go-ipfs v0.5 #210

lidel opened this issue Apr 8, 2020 · 0 comments

Comments

@lidel
Copy link
Member

lidel commented Apr 8, 2020

This is a notice I'm filling in repo of every HTTP Client I can find.
Feel free to close it if this project already works fine with go-ipfs 0.5

go-ipfs 0.5 will block GET commands on the API port (ipfs/kubo#7097), requiring every command (RPC) to be sent as HTTP POST request.
See API reference docs: https://docs.ipfs.io/reference/api/http/

This is potentially a breaking change,
double check if this project uses POST for every RPC call.

Testing

Download links for v0.5-rc* are available at ipfs/kubo#7109

You can also test using an ephemeral Docker container:

$ docker run --rm -it --net=host ipfs/go-ipfs:v0.5.0-rc1 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants