Agilite 6.5.0
.NET Core 1.0
.NET Standard 2.0
.NET Framework 4.0
Requires NuGet 2.12 or higher.
dotnet add package Agilite --version 6.5.0
NuGet\Install-Package Agilite -Version 6.5.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="Agilite" Version="6.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Agilite --version 6.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Agilite, 6.5.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Agilite as a Cake Addin
#addin nuget:?package=Agilite&version=6.5.0
// Install Agilite as a Cake Tool
#tool nuget:?package=Agilite&version=6.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
agilite
A C# module that provides seamless interactions with Agilit-e APIs.
Created by Agilit-e
Installation
Using NuGet Package Manager:
PM> Install-Package Agilite
In C#:
var agilite = new Agilite(new AgiliteConfig {
ApiKey = "{agilite_api_key}",
ApiServerUrl = "{api_server_url}", //Defaults to "https://api.agilite.io"
});
var keywords = agilite.Keywords.GetData();
if (keywords.IsSuccess) {
foreach (var keyword in keywords.ResponseData) {
Console.WriteLine(keyword.Data.Key);
Console.WriteLine(keyword.Data.IsActive);
}
}
else
{
Console.WriteLine(keywords.Error.ErrorMessage);
}
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 1.0
- Microsoft.NETCore.App (>= 1.0.5)
- Newtonsoft.Json (>= 12.0.2)
-
.NETCoreApp 1.1
- Microsoft.NETCore.App (>= 1.1.2)
- Newtonsoft.Json (>= 12.0.2)
-
.NETCoreApp 2.0
- Newtonsoft.Json (>= 12.0.2)
-
.NETCoreApp 2.1
- Newtonsoft.Json (>= 12.0.2)
-
.NETCoreApp 2.2
- Newtonsoft.Json (>= 12.0.2)
-
.NETFramework 4.0
- Microsoft.AspNet.WebApi (>= 4.0.30506)
- Microsoft.Bcl.Async (>= 1.0.168)
- Newtonsoft.Json (>= 12.0.2)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 12.0.2)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.5.1
- Newtonsoft.Json (>= 12.0.2)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 12.0.2)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.6
- Newtonsoft.Json (>= 12.0.2)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.6.1
- Newtonsoft.Json (>= 12.0.2)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.6.2
- Newtonsoft.Json (>= 12.0.2)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.7
- Newtonsoft.Json (>= 12.0.2)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.7.1
- Newtonsoft.Json (>= 12.0.2)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 12.0.2)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.8
- Newtonsoft.Json (>= 12.0.2)
- System.Net.Http (>= 4.3.4)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.2)
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 |
---|---|---|
6.5.0 | 1,804 | 8/2/2019 |
Initial Release