bfx-api-mock-srv
Advanced tools
Comparing version 1.1.6 to 1.2.0
@@ -84,8 +84,10 @@ 'use strict' | ||
'/v2/auth/w/token': 'generate_token.{ttl}.{scope}.{writePermission}.{_cust_ip}', | ||
'/v2/auth/w/token/del': 'delete_token', | ||
'/v2/calc/fx': 'calc_fx', | ||
'/v2/auth/w/ext/pay/invoice/create': 'invoice_submit', | ||
'/v2/auth/r/ext/pay/invoices': 'invoice_list', | ||
'/v2/auth/w/ext/pay/invoice/complete': 'invoice_complete' | ||
'/v2/auth/w/ext/pay/invoice/complete': 'invoice_complete', | ||
'/v2/auth/r/ext/pay/deposits/unlinked': 'deposits_unlinked' | ||
} | ||
module.exports = RESTV2_MOCK_METHODS |
{ | ||
"name": "bfx-api-mock-srv", | ||
"version": "1.1.6", | ||
"version": "1.2.0", | ||
"description": "Bitfinex API server mock library", | ||
@@ -5,0 +5,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
61931
1118