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
Copy file name to clipboardExpand all lines: packages/client/README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,21 @@
15
15
16
16
# About
17
17
18
+
<!--
19
+
20
+
!IMPORTANT!
21
+
22
+
Everything in this README between "# About" and "# Install" is automatically
23
+
generated and will be overwritten the next time the doc generator is run.
24
+
25
+
To make changes to this section, please update the @packageDocumentation section
26
+
of src/index.js or src/index.ts
27
+
28
+
To experiment with formatting, please run "npm run docs" from the root of this
29
+
repo and examine the changes made.
30
+
31
+
-->
32
+
18
33
A client implementation of the IPFS [Delegated Routing V1 HTTP API](https://specs.ipfs.tech/routing/http-routing-v1/) that can be used to interact with any compliant server implementation.
0 commit comments