You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,17 +35,22 @@ More information, including the Class Reference, is on the [Project](https://ric
35
35
36
36
## Getting started
37
37
38
-
Published releases of IPFS API are available on [NuGet](https://www.nuget.org/packages/ipfs.api/). To install, run the following command in the [Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console).
38
+
Published releases of IPFS API are available on [NuGet](https://www.nuget.org/packages/ipfs.http.client/). To install, run the following command in the [Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console).
39
39
40
-
PM> Install-Package Ipfs.Api
40
+
PM> Install-Package Ipfs.Http.Client
41
41
42
-
For the latest build or older non-released builds see [Continuous Integration](https://github.com/richardschneider/net-ipfs-core/wiki/Continuous-Integration).
42
+
Or using [dotnet](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet?tabs=netcore21)
43
+
44
+
> dotnet add package Ipfs.Http.Client
43
45
44
46
## IpfsClient
45
47
46
-
Every IPFS Api is a property of the [IpfsClient](https://richardschneider.github.io/net-ipfs-api/api/Ipfs.Api.IpfsClient.html). The following example reads a text file
48
+
Every feature of IPFS is a property of the [IpfsClient](https://richardschneider.github.io/net-ipfs-http-client/api/Ipfs.Http.IpfsClient.html). The following example
The IPFS API library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php"Read more about the MIT license form") license. Refer to the [LICENSE](https://github.com/richardschneider/net-ipfs-api/blob/master/LICENSE) file for more information.
63
+
The IPFS API library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php"Read more about the MIT license form") license. Refer to the [LICENSE](https://github.com/richardschneider/net-ipfs-http-client/blob/master/LICENSE) file for more information.
A .Net client library to access the IPFS, it implements the [IPFS Core API](https://github.com/ipfs/interface-ipfs-core).
4
-
The source code is on [GitHub](https://github.com/richardschneider/net-ipfs-api) and the
5
-
package is published on [NuGet](https://www.nuget.org/packages/Ipfs.Api).
6
-
7
-
The interplanetary file system is the permanent web. It is a new hypermedia distribution protocol, addressed by content and identities. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open.
8
-
9
-
-[Articles](articles/intro.md) on using the API
10
-
-[API Documentation](api/Ipfs.Api.yml) describes the core objects in detail
A .Net client library to access the IPFS, it implements the [IPFS Core API](https://github.com/ipfs/interface-ipfs-core).
4
+
The source code is on [GitHub](https://github.com/richardschneider/net-ipfs-http-client) and the
5
+
package is published on [NuGet](https://www.nuget.org/packages/Ipfs.Http.Client).
6
+
7
+
The interplanetary file system is the permanent web. It is a new hypermedia distribution protocol, addressed by content and identities. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open.
8
+
9
+
-[Articles](articles/intro.md) on using the API
10
+
-[API Documentation](api/Ipfs.Http.yml) describes the core objects in detail
0 commit comments