Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

fix: support POST-only HTTP API #39

Merged
merged 2 commits into from
Apr 7, 2020
Merged

fix: support POST-only HTTP API #39

merged 2 commits into from
Apr 7, 2020

Conversation

lidel
Copy link
Contributor

@lidel lidel commented Apr 7, 2020

PR at ipfs/kubo#7097 will block GET on /api/v0 on API port when go-ipfs 0.5 ships.
This PR makes ipfs-redux-bundle capable of working with POST-only HTTP API

Details

ipfs-http-client@41.0.1 is the last version which provided the old JS API but on the backend was refactored to use new one. In the process all ky.get calls were replaced to ky.post, making it compatible with POST-only HTTP API

cc ipfs/js-ipfs#2971

lidel added 2 commits April 7, 2020 02:10
v41.0.1 is the last version which provided the old JS API but on the
backend was refactored to use new one, and in the process all ky.get
calls were replaced to ky.post
@lidel lidel merged commit e4c11ec into master Apr 7, 2020
@lidel lidel deleted the fix/api-post branch April 7, 2020 00:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant