Lightweight library supporting all available objects and endpoints used by the 3Cols API. For more information see our docs.
- Sign into 3Cols
- Navigate to your account page
- Click the green enable button under the API heading
- Use the blue eye button to reveal your API key
Create a new APIClient with the following syntax
var apiClient = new ThreeColsClient("myAPIKey"); It's up to you to manage the security of your API key.
To use your new client, it's a simple as
var myBoards = apiClient.ListBoards();Note all methods are asynchronous. For a full list of all the endpoints and their parameters, please visit the docs.
All response and request objects are available in the ThreeCols.Objects namespace.