Skip to content

Streaming

Latest
Compare
Choose a tag to compare
@andreyleskov andreyleskov released this 21 Nov 04:49
· 3 commits to master since this release

This is a major release for gatecoin API library, breaking backward compatibility.
Library users have to modify the code to use version 2.

Change log:

  • A new streaming functionality.
    It enabling clients to receive messages sent by Gatecoin about different events,
    like trades or tickers. See the readme file for a usage example.
  • The library was converted to net standard 2.0
  • Nuget packages are available at https://gds.myget.org/feed/public/package/nuget/api-gatecoin-dotnet, starting with this version.
  • Build server changed to gitlab