Skip to content
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

Support for go-ipfs v0.5 #59

Closed
andrew opened this issue May 22, 2020 · 1 comment
Closed

Support for go-ipfs v0.5 #59

andrew opened this issue May 22, 2020 · 1 comment

Comments

@andrew
Copy link
Contributor

andrew commented May 22, 2020

POST-only HTTP API

go-ipfs 0.5 will block GET commands on the API port (ipfs/go-ipfs#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.x are available at https://dist.ipfs.io/#go-ipfs

You can also test using an ephemeral Docker container:

$ docker run --rm -it --net=host ipfs/go-ipfs:v0.5.1
@andrew
Copy link
Contributor Author

andrew commented Nov 13, 2020

Fixed in #60

@andrew andrew closed this as completed Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant