bloomtom.BunAPI
2.0.1
See the version list below for details.
dotnet add package bloomtom.BunAPI --version 2.0.1
NuGet\Install-Package bloomtom.BunAPI -Version 2.0.1
<PackageReference Include="bloomtom.BunAPI" Version="2.0.1" />
<PackageVersion Include="bloomtom.BunAPI" Version="2.0.1" />
<PackageReference Include="bloomtom.BunAPI" />
paket add bloomtom.BunAPI --version 2.0.1
#r "nuget: bloomtom.BunAPI, 2.0.1"
#addin nuget:?package=bloomtom.BunAPI&version=2.0.1
#tool nuget:?package=bloomtom.BunAPI&version=2.0.1
BunAPI
A C# library for interfacing with BunnyCDN cloud storage.
This library is a straightforward wrapper around the BunnyCDN file storage REST API.
Nuget Packages
Package Name | Target Framework | Version |
---|---|---|
BunAPI | .NET Standard 2.0 |
Usage
Create a new instance of BunAPI.BunClient
using your API key and a "storage zone". Storage zones can be created in your account dashboard. Once created, your client can be used to list, upload, download and delete files.
Finding Your API Key
Your API key can be found in your account under "Storage". Open a connection zone, then go to "FTP & API Access". In the online interface the API key is called a password.
Testing
To run tests, you'll need to add a file to the project containing test configuration. The file should be ConnectionInfo.cs
and should be stored under the BunTests directory. The file should contain one class with the following structure:
namespace BunTests
{
internal static class ConnectionInfo
{
public static readonly string zone = "yourTestZone";
public static readonly string apiKey = "yourTestApiKey";
public static readonly string badZone = "thisshouldntexist.donotcreate";
public static readonly string badKey = "notarealkey";
}
}
The variables zone
and apiKey
should be filled in with your testing zone and key respectively. The badZone
and badKey
variables can be set to whatever you want as long as they aren't valid.
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. |
.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
- bloomtom.HttpProgress (>= 2.0.2)
- Newtonsoft.Json (>= 11.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on bloomtom.BunAPI:
Package | Downloads |
---|---|
bloomtom.MStorage
Bridges multiple storage backends into a simple object store layer. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.5 | 876 | 1/29/2020 |
2.3.3 | 928 | 3/11/2019 |
2.3.2 | 721 | 1/29/2019 |
2.3.1 | 1,367 | 1/26/2019 |
2.3.0 | 1,056 | 12/31/2018 |
2.2.0 | 865 | 12/29/2018 |
2.1.0 | 766 | 12/29/2018 |
2.0.1 | 1,281 | 12/20/2018 |
2.0.0 | 762 | 12/19/2018 |
1.1.5 | 756 | 11/25/2018 |
1.1.4 | 1,000 | 11/25/2018 |
1.1.3 | 818 | 11/25/2018 |
1.1.2 | 823 | 11/25/2018 |
1.1.1 | 789 | 11/25/2018 |
1.1.0 | 783 | 11/25/2018 |
1.0.4 | 821 | 11/23/2018 |
1.0.3 | 770 | 11/22/2018 |
1.0.2 | 773 | 11/22/2018 |
1.0.1 | 779 | 11/21/2018 |
1.0.0 | 782 | 11/20/2018 |