Bundledocs.net
0.7.0
dotnet add package Bundledocs.net --version 0.7.0
NuGet\Install-Package Bundledocs.net -Version 0.7.0
<PackageReference Include="Bundledocs.net" Version="0.7.0" />
<PackageVersion Include="Bundledocs.net" Version="0.7.0" />
<PackageReference Include="Bundledocs.net" />
paket add Bundledocs.net --version 0.7.0
#r "nuget: Bundledocs.net, 0.7.0"
#:package Bundledocs.net@0.7.0
#addin nuget:?package=Bundledocs.net&version=0.7.0
#tool nuget:?package=Bundledocs.net&version=0.7.0
Bundledocs.net
The official Bundledocs .NET library, supporting .NET Standard 2.0+.
Installation
Using the .NET Core CLI:
dotnet add package Bundledocs.net
Using the NuGet CLI:
nuget install Bundledocs.net
Using the Package Manager Console:
Install-Package Bundledocs.net
From within Visual Studio: open Manage NuGet Packages, search for Bundledocs.net and install.
Requirements
.NET Standard 2.0+ (compatible with .NET Framework 4.6.1+, .NET Core 2.0+, .NET 5+)
Usage
using Bundledocs.Api.Wrapper;
// Create the client with your API base URL and OAuth2 Bearer token
using BundledocsApiClient client = new BundledocsApiClient(
apiBasePath: "https://app.bundledocs.com/api/v1",
accessToken: "your-access-token"
);
// Users
var user = await client.Users.Me();
var lazyUser = await client.Users.MeLazy();
// Groups
var groups = await client.Groups.GetGroups();
var members = await client.Groups.GetGroupMembers(partitionKey, rowKey);
// Briefs (Bundles)
var migrations = await client.Briefs.GetBundleMigrations(partitionKey, rowKey);
Documentation
For the full Bundledocs REST API reference, visit API Documentation - Bundledocs.
Development
Requirements: .NET 8 SDK or later.
git clone https://github.com/Bundledocs/bundledocs-dotnet.git
cd bundledocs-dotnet
dotnet restore
dotnet build
Running tests requires a valid access token:
# Windows
set BUNDLEDOCS_ACCESS_TOKEN=your-token
# macOS/Linux
export BUNDLEDOCS_ACCESS_TOKEN=your-token
dotnet test
Contributing
See CONTRIBUTING.md.
Support
New features and bug fixes are released on the latest version of this library. If you are on an older version, we recommend upgrading to receive the latest security fixes and improvements.
To report a bug or request a feature, open an issue.
License
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- RestSharp (>= 114.0.0)
- System.Text.Json (>= 10.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.7.0 | 75 | 7/16/2026 |