Documentation

Below is the documentation of the APIs created for the 37signals service.

Example

// Configure credentials and instantiate client
var credentials = new Credentials(username, password, company, keepAliveEnabled, maxReceivedMessageSize);
var basecamp = new BasecampClient(credentials);

// Execute the API call
var account = basecamp.Account.Get();

API Documentation and Specifications