Skip to content

logikfabrik/BuddyApiClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuddyApiClient

A .NET client for the Buddy API.

How to use

  1. Add the BuddyApiClient NuGet to your project:

    dotnet add package BuddyApiClient --prerelease
    
  2. Get a personal access token, or a OAuth2 access token.

  3. Create an instance of BuddyClient, and query the Buddy API using your token. E.g:

    var client = new BuddyClient("YOUR_TOKEN_HERE");
    
    var workspaces = await client.Workspaces.List();

See the console app sample.

If you're using Microsoft.Extensions.DependencyInjection, see BuddyApiClient.Extensions.Microsoft.DependencyInjection.

How to contribute

BuddyApiClient is Open Source (MIT), and you're welcome to contribute!

If you have a bug report, feature request, or suggestion, please open a new issue. To submit a patch, please send a pull request.

About

A .NET client for the Buddy API.

Resources

License

Stars

Watchers

Forks

Languages