Skip to content

Releases: paxful/sdk-js

v0.6.9

27 Jan 13:51
aa0aceb
Compare
Choose a tag to compare

What's Changed

  • DP-1147 Fixed case when credentials in request are not updated after token refresh by @a-ader in #28

Full Changelog: v0.6.8...v0.6.9

SDK now supports generic operations (post(), get() etc)

01 Oct 14:25
df0a0d1
Compare
Choose a tag to compare
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)

29 Sep 20:48
9da0747
Compare
Choose a tag to compare
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

22 Sep 05:58
3263351
Compare
Choose a tag to compare

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

13 Sep 14:41
Compare
Choose a tag to compare

Now it is possible to configure SDK to use proxy servers to route traffic through.