-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from jsertx/feat/add-missing-merchang-endpoints
feat: add several Bitfinex pay merchant related endpoints
- Loading branch information
Showing
10 changed files
with
6,091 additions
and
769 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bfx-api-node-rest", | ||
"version": "5.1.1", | ||
"version": "5.2.0", | ||
"description": "Official Bitfinex REST v1 & v2 API interfaces", | ||
"engines": { | ||
"node": ">=8.3.0" | ||
|
@@ -37,14 +37,15 @@ | |
"Paolo Ardoino <[email protected]> (https://www.bitfinex.com)", | ||
"Jacob Plaster <[email protected]> (https://www.bitfinex.com)", | ||
"Abhishek Shrestha <[email protected]> (https://www.bitfinex.com)", | ||
"Vigan Abdurrahmani <[email protected]> (https://www.bitfinex.com)" | ||
"Vigan Abdurrahmani <[email protected]> (https://www.bitfinex.com)", | ||
"Sergio López <[email protected]> (https://www.bitfinex.com)" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/bitfinexcom/bfx-api-node-rest/issues" | ||
}, | ||
"devDependencies": { | ||
"bfx-api-mock-srv": "^1.2.0", | ||
"bfx-api-mock-srv": "^1.5.0", | ||
"chai": "^4.3.7", | ||
"chai-as-promised": "^7.1.1", | ||
"docdash": "^1.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters