We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdabac6 commit 95f8a2cCopy full SHA for 95f8a2c
README.md
@@ -158,6 +158,7 @@ The `ipfs` [command-line Client documentation](https://ipfs.io/docs/commands/) m
158
* `ipfshttpclient.connect("/ip4/<IP-address>/tcp/<port>/http")` (for IPv4 addresses)
159
* `ipfshttpclient.connect("/ip6/<IP-address>/tcp/<port>/http")` (for IPv6 addresses)
160
* Use `…/https` rather then `…/http` to connect to the API deamon using HTTPS
161
+ * The client now supports [keeping session contexts around between API calls](#usage), you probably should make use of this facility in your code
162
163
## Featured Projects
164
0 commit comments