Skip to content

Lightweight library supporting all available objects and endpoints used by the 3Cols API. For more information see https://3cols.com/docs

License

Notifications You must be signed in to change notification settings

OliBlade/3ColsAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3Cols API

Lightweight library supporting all available objects and endpoints used by the 3Cols API. For more information see our docs.

Getting your API key

  • 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

Usage

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.

Objects

All response and request objects are available in the ThreeCols.Objects namespace.

About

Lightweight library supporting all available objects and endpoints used by the 3Cols API. For more information see https://3cols.com/docs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages