@marcohefti/request-network-api-client 0.5.6 → 0.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# Request Network API Client (TypeScript)
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@marcohefti/request-network-api-client)
|
|
4
|
-
[](https://www.npmjs.com/package/@marcohefti/request-network-api-client)
|
|
4
|
+
[](https://github.com/marcohefti/request-network-api-client-ts/actions/workflows/ci.yml)
|
|
5
|
+
[](https://www.npmjs.com/package/@marcohefti/request-network-api-client)
|
|
6
|
+
[](https://opensource.org/licenses/MIT)
|
|
7
|
+
[](https://www.npmjs.com/package/@marcohefti/request-network-api-client)
|
|
8
|
+
[](https://bundlephobia.com/package/@marcohefti/request-network-api-client)
|
|
9
|
+
[](https://www.typescriptlang.org/)
|
|
6
10
|
|
|
7
11
|
TypeScript client for the Request Network hosted REST API. Provides typed, ergonomic helpers for requests, payouts, payer/compliance, client IDs, currencies, and payments, with runtime validation and webhook utilities built in.
|
|
8
12
|
|