Releases: paxful/sdk-js
Releases · paxful/sdk-js
v0.6.9
SDK now supports generic operations (post(), get() etc)
FEATURE Generic API methods - get, post, put and so on * Support for generic HTTP operations added - get, post, put and so on Co-authored-by: Aleksandr Ader <[email protected]>
SDK now can properly handle binaries (upload, download)
DP-719: SDK now handles binaries properly Support for uploading binaries (trade-chat/image/upload) and downloading binaries (trade-chat/image) has been added. Co-authored-by: Flavio Prado <[email protected]>
Client-Credentials flow improvements
No extra configuration is required now for Client-Credentials flow to work. Just create an SDK instance, supply credentials and start smashing.
Proxy servers support added
Now it is possible to configure SDK to use proxy servers to route traffic through.