BuddyApiClient 0.0.5-alpha

This is a prerelease version of BuddyApiClient.
dotnet add package BuddyApiClient --version 0.0.5-alpha
NuGet\Install-Package BuddyApiClient -Version 0.0.5-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BuddyApiClient" Version="0.0.5-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BuddyApiClient --version 0.0.5-alpha
#r "nuget: BuddyApiClient, 0.0.5-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BuddyApiClient as a Cake Addin
#addin nuget:?package=BuddyApiClient&version=0.0.5-alpha&prerelease

// Install BuddyApiClient as a Cake Tool
#tool nuget:?package=BuddyApiClient&version=0.0.5-alpha&prerelease

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.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BuddyApiClient:

Package Downloads
BuddyApiClient.Extensions.Microsoft.DependencyInjection

BuddyApiClient extensions for Microsoft.Extensions.DependencyInjection. BuddyApiClient is a .NET client for the Buddy (https://buddy.works) API.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.5-alpha 113 6/14/2022
0.0.4-alpha 111 6/12/2022
0.0.3-alpha 117 6/7/2022
0.0.2-alpha 116 3/2/2022
0.0.1-alpha 108 3/1/2022