BuddyApiClient 0.0.5-alpha
dotnet add package BuddyApiClient --version 0.0.5-alpha
NuGet\Install-Package BuddyApiClient -Version 0.0.5-alpha
<PackageReference Include="BuddyApiClient" Version="0.0.5-alpha" />
paket add BuddyApiClient --version 0.0.5-alpha
#r "nuget: BuddyApiClient, 0.0.5-alpha"
// 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
Add the BuddyApiClient NuGet to your project:
dotnet add package BuddyApiClient --prerelease
Get a personal access token, or a OAuth2 access token.
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 | Versions 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. |
-
net6.0
- Ensure.That (>= 10.1.0)
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 | 131 | 6/14/2022 |
0.0.4-alpha | 123 | 6/12/2022 |
0.0.3-alpha | 127 | 6/7/2022 |
0.0.2-alpha | 132 | 3/2/2022 |
0.0.1-alpha | 116 | 3/1/2022 |