OpenBitly 1.0.9
dotnet add package OpenBitly --version 1.0.9
NuGet\Install-Package OpenBitly -Version 1.0.9
<PackageReference Include="OpenBitly" Version="1.0.9" />
paket add OpenBitly --version 1.0.9
#r "nuget: OpenBitly, 1.0.9"
// Install OpenBitly as a Cake Addin #addin nuget:?package=OpenBitly&version=1.0.9 // Install OpenBitly as a Cake Tool #tool nuget:?package=OpenBitly&version=1.0.9
A Bitly API Wrapper service that uses OAuth 2.0 authentication and T4 templates to make adding new endpoints easy.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- Hammock (>= 1.3.1)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 5.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.
1.0.9 - exposed AuthenticateWith method on the interface to allow clients to pass in an access token for authentication.
1.0.8 - exposed Authenticate method on the interface to allow clients to refresh the access token via the injected dependency.
1.0.7 - added testable IBitlyOptionFactory/BitlyOptionFactory for creating the option types that must be passed in to the service method calls.
1.0.5 - added GetClickCountOverTime which calls /v3/link/clicks with rollup=false.