We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5b592 commit 4f55559Copy full SHA for 4f55559
README.md
@@ -0,0 +1,13 @@
1
+# biteship-nodejs
2
+
3
+> 🚧 WORKING IN PROGRESS 🚧
4
5
+`@thexdev/biteship-nodejs` is unofficial NodeJS client for interacting with
6
+[Biteship API](https://biteship.com/en). Since Biteship does not provide package
7
+to interact with their API, I created this simple wrapper for our convenient.
8
+So, instead of calling the API and handle the request manually, we can do
9
+something like this:
10
11
+```ts
12
+const response = await client.send(new RetrieveArea({ input: "Magelang" }))`;
13
+```
0 commit comments