the next update for my wrapper project.
UPDATE:
- Market methods are finished and unit tests are in place
- Automatic build into GitHub is enabled
- Account methods are waiting to be implemented
- I came to the conclusion that obfuscation is not worth the effort
The GitHub link is
https://github.com/swtrse/BittrexClient.net
The wrapper can be downloaded via the release tab.
Sources are not available via GitHub.
Issues can also be added via that GitHub page.
If you try that wrapper. Pleas be careful.
Currently the wrapper is only tested via unit tests and has not been used in an real world environment.
A documentation how to use the wrapper will be added shortly.
For short:
1) Include the library into your project
2) Set the BittrexAccessTocken -> for Example -> BittrexAccessToken.New("theKey", "theSecret");
3) Use the Respective Client Classes to call the BittrexApi
Have fun