Skip to content

Commit 9aecfc3

Browse files
committed
feat(v3.0.0-beta.1): implement custom sign fn for REST client
1 parent 9948238 commit 9aecfc3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "okx-api",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "Complete Node.js SDK for OKX's REST APIs and WebSockets, with TypeScript & end-to-end tests",
55
"scripts": {
66
"test": "jest",

src/util/BaseRestClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
programKey,
1010
serializeParams,
1111
} from './requestUtils.js';
12+
import { isRawAPIResponse } from './typeGuards.js';
1213
import {
1314
checkWebCryptoAPISupported,
1415
SignAlgorithm,

0 commit comments

Comments
 (0)