net-ipfs-http-client-master
net-ipfs-http-client
A .Net client library for managing IPFS using the HTTP API protocol. More information, including the Class Reference, is on the Project web site.
Features
Targets .NET Framework 4.5, .NET Standard 1.4 and .NET Standard 2.0
Asynchronous I/O to an IPFS server
Supports cancellation of all requests to the IPFS Server
Requests that all responses are compressed
Comprehensive documentation
Getting started
Published releases of IPFS API are available on NuGet. To install, run the following command in the Package Manager Console.
Or using dotnet
IpfsClient
Every feature of IPFS is a property of the IpfsClient. The following example uses FileSystem to read a text file
License
Copyright © 2015-2018 Richard Schneider (makaretu@gmail.com)
The IPFS API library is licensed under the MIT license. Refer to the LICENSE file for more information.
Last updated