zbd-node icon indicating copy to clipboard operation
zbd-node copied to clipboard

@zbd/node - NodeJS SDK for ZBD API

Results 12 zbd-node issues
Sort by recently updated
recently updated
newest added

https://github.com/zebedeeio/zbd-node/issues/22

**Problem:** Currently if there is a JSON parse issue with one of our API responses we throw an error and have no idea of what the raw data is. ZBD...

Replace the mistake with yarn in README to the following: Or if you're a Yarn user: yarn add @zbd/node

(REDACTED (local paths)/node_modules/@zbd/node/src/utils.ts:22 }) { ^ ReferenceError: fetch is not defined at postData (node_modules/@zbd/node/src/utils.ts:22:2) at u.d.createCharge (node_modules/@zbd/node/src/zbd.ts:51:28) REDACTED (local paths) at Generator.next () Node version v16.20.0 fetch is being called...

Discord in README does not exists.

Non required parameters like callbackUrl from createCharge is being "required" in typescript. https://node.zbd.dev/#api

Added OAuth2 login endpoints - [x] [Authorize](https://docs.zebedee.io/api/oauth2/authorization) - [x] [Fetch Access Token](https://docs.zebedee.io/api/oauth2/fetch-access-token) - [x] [Refresh Token](https://docs.zebedee.io/api/oauth2/refresh-token) - [x] [Get User](https://docs.zebedee.io/api/oauth2/get-user) - [x] [Get Wallet](https://docs.zebedee.io/api/oauth2/get-wallet) Fixes #4 /claim #4