bloomtom.BunAPI 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package bloomtom.BunAPI --version 2.2.0
NuGet\Install-Package bloomtom.BunAPI -Version 2.2.0
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="bloomtom.BunAPI" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add bloomtom.BunAPI --version 2.2.0
#r "nuget: bloomtom.BunAPI, 2.2.0"
#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 bloomtom.BunAPI as a Cake Addin
#addin nuget:?package=bloomtom.BunAPI&version=2.2.0

// Install bloomtom.BunAPI as a Cake Tool
#tool nuget:?package=bloomtom.BunAPI&version=2.2.0

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 NuGet

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 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. 
.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. 
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 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 796 1/29/2020
2.3.3 818 3/11/2019
2.3.2 666 1/29/2019
2.3.1 1,280 1/26/2019
2.3.0 978 12/31/2018
2.2.0 802 12/29/2018
2.1.0 700 12/29/2018
2.0.1 1,206 12/20/2018
2.0.0 700 12/19/2018
1.1.5 694 11/25/2018
1.1.4 892 11/25/2018
1.1.3 753 11/25/2018
1.1.2 753 11/25/2018
1.1.1 723 11/25/2018
1.1.0 713 11/25/2018
1.0.4 756 11/23/2018
1.0.3 705 11/22/2018
1.0.2 709 11/22/2018
1.0.1 710 11/21/2018
1.0.0 707 11/20/2018