graphprotocol / ipfs-mgm

IPFS cli for content syncing
3 stars 9 forks source link

fix: get cid request method #7

Closed noyyyy closed 1 year ago

noyyyy commented 1 year ago

The path /api/v0/cat should be requested with POST method, or the server will return 405 error.

refer to https://docs.ipfs.tech/reference/kubo/rpc/#api-v0-cat

rotarur commented 1 year ago

Thank you for your contribution. LGTM 👍