Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

MetacoSA/metaco-itbit-client

Repository files navigation

Metaco itBit Rest API client for .NET Build Status

Metaco itBit REST API client provides every single functionality of the itBit API.

Installation

Using NuGet

With nuget :

Install-Package Metaco.ItBit

Go on the nuget website for more information.

Testing

You need a itBit account for setting the Trading unit tests.

  • Go to the TradeTest.cs file, open it and set your credential:

    TradeClient client = new TradeClient("your-client-key-here", "your-secret-key-here");
    
  • Onces done, just run the test.

Contributing

  1. Fork this repository and make your changes in your fork
  2. Add or Update the tests and run them to make sure they pass
  3. Commit and push your changes to your fork git push origin master
  4. Submit a pull request and we will handle the rest :)

Known Issues / Gotcha

License

GPLv3 (See LICENSE file).