richardschneider / net-ipfs-http-client

InterPlanetary File System client for .Net (C#, VB, F# ...)
MIT License
158 stars 52 forks source link

Changed GET requests into POST, API does not support GET anymore #64

Open michielpost opened 3 years ago

michielpost commented 3 years ago

See docs: https://docs.ipfs.io/reference/http/api/#api-v0-cat

pvanroos commented 3 years ago

is this project dying? I'd love to see this merged.

michielpost commented 3 years ago

You can use this code as a workaround to downoad files using the POST api: var response = await _client.PostDownloadAsync("cat", default(CancellationToken), fileName);