Alexa.NET.Management
3.2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Alexa.NET.Management --version 3.2.0
NuGet\Install-Package Alexa.NET.Management -Version 3.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="Alexa.NET.Management" Version="3.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Alexa.NET.Management --version 3.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Alexa.NET.Management, 3.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 Alexa.NET.Management as a Cake Addin #addin nuget:?package=Alexa.NET.Management&version=3.2.0 // Install Alexa.NET.Management as a Cake Tool #tool nuget:?package=Alexa.NET.Management&version=3.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Alexa.NET.Management
A .NET SDK for the Alexa Skills Management API
Nuget Package
Retrieving Skill Information
var manager = new ManagementApi(amazonLoginAccessToken);
var skillDetail = manager.Skills.Get(skillId);
var skillPublishingInformation = skillDetail.Manifest.PublishingInformation.Locales.First().Value;
var skillName = skillPublishingInformation.Name;
Get Vendors
var manager = new ManagementApi(amazonLoginAccessToken);
var vendors = await manager.Vendors.Get()
Create Skill Beta & Add Tester
var beta = await manager.Beta.Create(skillId,"feedbackemail@example.com")
await manager.Beta.AddTesters(skillId,new[]{"test1@example.com","test2@example.com"})
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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. 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 | tizen30 was computed. 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.
-
.NETStandard 1.6
- Alexa.NET (>= 1.6.3)
- NETStandard.Library (>= 1.6.1)
- Refit (>= 4.3.0)
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 |
---|---|---|
5.10.1 | 122 | 11/9/2024 |
5.10.0 | 9,880 | 7/22/2022 |
5.9.0 | 1,394 | 2/1/2022 |
5.8.0 | 1,841 | 8/19/2021 |
5.7.3 | 1,702 | 2/15/2021 |
5.7.2 | 12,437 | 11/13/2020 |
5.7.1 | 478 | 11/11/2020 |
5.7.0 | 600 | 10/28/2020 |
5.6.0 | 616 | 9/25/2020 |
5.5.0 | 1,256 | 9/2/2020 |
5.4.1 | 578 | 8/31/2020 |
5.4.0 | 694 | 8/10/2020 |
5.3.0 | 758 | 7/25/2020 |
5.2.0 | 741 | 6/10/2020 |
5.1.0 | 549 | 6/3/2020 |
5.0.0 | 575 | 4/10/2020 |
4.3.0 | 615 | 3/22/2020 |
4.2.0 | 570 | 3/11/2020 |
4.1.0 | 668 | 2/4/2020 |
4.0.0 | 632 | 12/8/2019 |
3.9.0 | 757 | 11/12/2019 |
3.8.1 | 607 | 11/5/2019 |
3.8.0 | 581 | 11/1/2019 |
3.7.0 | 658 | 10/9/2019 |
3.6.0 | 612 | 10/3/2019 |
3.5.0 | 1,061 | 9/8/2019 |
3.4.0 | 2,938 | 8/9/2019 |
3.3.1 | 725 | 7/17/2019 |
3.2.3 | 866 | 6/20/2019 |
3.2.2 | 738 | 6/14/2019 |
3.2.1 | 738 | 6/14/2019 |
3.2.0 | 682 | 6/14/2019 |
3.1.0 | 690 | 6/13/2019 |
3.0.4 | 707 | 6/12/2019 |
3.0.3 | 748 | 6/10/2019 |
3.0.2 | 718 | 6/10/2019 |
3.0.1 | 723 | 6/10/2019 |
3.0.0 | 751 | 6/8/2019 |
2.14.1 | 756 | 6/6/2019 |
2.14.0 | 747 | 4/4/2019 |
2.13.1 | 808 | 2/23/2019 |
2.13.0 | 723 | 2/22/2019 |
2.12.0 | 1,376 | 2/5/2019 |
2.11.3 | 816 | 2/4/2019 |
2.11.0 | 824 | 2/3/2019 |
2.10.0 | 826 | 1/26/2019 |
2.9.0 | 797 | 1/26/2019 |
2.8.22 | 774 | 1/24/2019 |
2.8.19 | 759 | 1/23/2019 |
2.8.16 | 795 | 1/22/2019 |
2.8.9 | 972 | 1/1/2019 |
2.8.8 | 916 | 12/18/2018 |
2.8.7 | 821 | 12/16/2018 |
2.8.6 | 847 | 12/13/2018 |
2.8.3 | 974 | 11/14/2018 |
2.8.2 | 853 | 11/13/2018 |
2.8.0 | 869 | 11/13/2018 |
2.7.0 | 881 | 11/11/2018 |
2.6.3 | 860 | 11/9/2018 |
2.6.2 | 846 | 11/9/2018 |
2.6.0 | 908 | 10/23/2018 |
2.5.0 | 954 | 10/6/2018 |
2.4.0 | 928 | 10/4/2018 |
2.3.1 | 972 | 9/14/2018 |
2.3.0 | 951 | 9/14/2018 |
2.2.3 | 1,332 | 4/13/2018 |
2.0.108 | 1,127 | 2/23/2018 |
2.0.103 | 1,152 | 2/15/2018 |
2.0.99 | 1,126 | 2/5/2018 |
2.0.97 | 1,041 | 2/5/2018 |
1.1.89 | 1,158 | 12/25/2017 |
1.0.85 | 1,014 | 10/5/2017 |
1.0.83-alpha | 803 | 9/17/2017 |
Add unpublish support
Correct casing in PublicationStatus enum