graphprotocol / ipfs-mgm

IPFS cli for content syncing
3 stars 3 forks source link

fix: get cid request method #7

Closed noyyyy closed 8 months ago

noyyyy commented 8 months 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 8 months ago

Thank you for your contribution. LGTM 👍