Open rentorm opened 4 years ago
It's a breaking change, but that's sound like a good idea. There are some 3commas v2 functions that are missing, and either we should spend time adding them (quite easy), or we do as you suggest and focus on wrapper. In later case there is no need for continuous support
just use axios if you want to have freedom. this is not the point of an wrapper
Make this library simple and as pure wrapper (which it basically is), so it can support any current 3commas API methods.
This is already possible in v1.*, using following example:
Proposal is to remove all other functions, just leave
makeRequest
function and release it as v2. Update README with example usage and noting deprecated functions included in v1.*