bitfinexcom / bfx-api-node-rest

MIT License
12 stars 31 forks source link

Feature - Remove RESTv1 in RESTv2 #78

Closed vigan-abd closed 3 years ago

vigan-abd commented 3 years ago

Description:

This PR removes api/v1 usage in RESTv2 class. Some methods were redundant since v2 implementations already existed and some methods were rewritten by using only v2 calls!

NOTE! This PR depends in on https://github.com/bitfinexcom/bfx-api-node-models/pull/60 and https://github.com/bitfinexcom/bfx-api-mock-srv/pull/44 PRs

Breaking changes:

New features:

Fixes:

PR status: