feat: expose request options in REST constructor. Fix readme links.
This commit is contained in:
12
package.json
12
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "bybit-api",
|
"name": "bybit-api",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"description": "A light node.js wrapper for the Bybit Cryptocurrency Derivative exchange API",
|
"description": "A node.js wrapper for the Bybit Cryptocurrency Derivative exchange APIs",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
@@ -14,7 +14,13 @@
|
|||||||
"bybit",
|
"bybit",
|
||||||
"api",
|
"api",
|
||||||
"websocket",
|
"websocket",
|
||||||
"rest"
|
"rest",
|
||||||
|
"rest api",
|
||||||
|
"inverse",
|
||||||
|
"nodejs",
|
||||||
|
"trading",
|
||||||
|
"cryptocurrency",
|
||||||
|
"bitcoin"
|
||||||
],
|
],
|
||||||
"author": "Stefan Aebischer <os@pixtron.ch> (https://pixtron.ch)",
|
"author": "Stefan Aebischer <os@pixtron.ch> (https://pixtron.ch)",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|||||||
Reference in New Issue
Block a user