Skip to content

onewilliamsway/crayon-api-sdk

 
 

Repository files navigation

crayon-api-sdk

A C# library for the Crayon Api.

Prerequisites

Requires .NET 4.5.1 or later and Visual Studio 2015 or later.

Installation

To install, run the following command in the Package Manager Console:

PM> Install-Package Crayon.Api.Sdk -Pre

Dokumentation

Apart from this README, you can find details and examples of using the SDK in the following places:

Usage

var client = new CrayonApiClient("https://apiv1.crayon.com/");
var token = client.Tokens.GetUserToken(ClientId, ClientSecret, Username, Password).GetData().AccessToken;
var organizations = client.Organizations.GetOrganizations(token, new OrganizationFilter()).GetData()
            

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%