Skip to content

Commit 95f8a2c

Browse files
committed
[docs] Add note about session contexts to migration docs
1 parent bdabac6 commit 95f8a2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ The `ipfs` [command-line Client documentation](https://ipfs.io/docs/commands/) m
158158
* `ipfshttpclient.connect("/ip4/<IP-address>/tcp/<port>/http")` (for IPv4 addresses)
159159
* `ipfshttpclient.connect("/ip6/<IP-address>/tcp/<port>/http")` (for IPv6 addresses)
160160
* 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
161162

162163
## Featured Projects
163164

0 commit comments

Comments
 (0)