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
This generator creates TypeScript/JavaScript client that utilizes fetch-api.
3
+
IPFS as a project, including js-ipfs and all of its modules, follows the [standard IPFS Community contributing guidelines](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md).
4
4
5
-
### Building
5
+
We also adhere to the [IPFS JavaScript Community contributing guidelines](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) which provide additional information of how to collaborate and contribute in the JavaScript implementation of IPFS.
6
6
7
-
To build and compile the typescript sources to javascript use:
8
-
```
9
-
npm install
10
-
npm run build
11
-
```
7
+
We appreciate your time and attention for going over these. Please open an issue on [ipfs/community](https://github.com/ipfs/community) if you have any question.
12
8
13
-
### Publishing
14
-
15
-
First build the package then run ```npm publish```
16
-
17
-
### Consuming
18
-
19
-
navigate to the folder of your consuming project and run one of the following commands.
Copy file name to clipboardExpand all lines: README.md
+35-2Lines changed: 35 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
-
## @ipfs-shipyard/pinning-service-client@1.0.0
1
+
## IPFS Pinning Service API Client for JS
2
2
3
-
This client was generated using [openapi-generator](https://github.com/OpenAPITools/openapi-generator) from the [ipfs pinning services API spec](https://raw.githubusercontent.com/ipfs/pinning-services-api-spec/main/ipfs-pinning-service.yaml).
3
+
This client was generated using [OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator) from the [IPFS Pinning Service API spec](https://ipfs.github.io/pinning-services-api-spec/).
4
4
5
5
You can see the commands used to generate the client in the `gen:fetch` npm script.
0 commit comments