We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3984280 commit 952675fCopy full SHA for 952675f
2 files changed
README.md
@@ -4,6 +4,18 @@
4
5
TypeScript client for Nextrows Open API.
6
7
+## Getting Started
8
+
9
+### API Key
10
11
+To use this client, you need a NextRows API key. Create one at:
12
13
+**[NextRows Dashboard](https://nextrows.com/dashboard/overview)** → Create API Key
14
15
+### Documentation
16
17
+For complete API documentation, visit: **[NextRows API Docs](https://nextrows.com/docs/api)**
18
19
## Installation
20
21
```bash
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@wordbricks/nextrows-client",
3
- "version": "0.0.3",
+ "version": "0.0.4",
"repository": {
"type": "git",
"url": "https://github.com/wordbricks/nextrows-client"
0 commit comments