Thrzn41.WebexTeams
1.8.1
.NET Core 1.0
.NET Standard 1.3
.NET Framework 4.5.2
dotnet add package Thrzn41.WebexTeams --version 1.8.1
NuGet\Install-Package Thrzn41.WebexTeams -Version 1.8.1
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="Thrzn41.WebexTeams" Version="1.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Thrzn41.WebexTeams --version 1.8.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Thrzn41.WebexTeams, 1.8.1"
#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 Thrzn41.WebexTeams as a Cake Addin
#addin nuget:?package=Thrzn41.WebexTeams&version=1.8.1
// Install Thrzn41.WebexTeams as a Cake Tool
#tool nuget:?package=Thrzn41.WebexTeams&version=1.8.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
- Basic Webex Teams APIs(List/Get/Create Message, Space, etc.).
- Webex Teams Admin APIs(List/Get Event, License, etc.).
- Encrypt/Decrypt Webex Teams token in storage.
- AdaptiveCards attachment(Create Cards and Get AttachmentActions).
- Pagination for list APIs. Enumerator to facilitate the pagination.
- Retry-after value, Retry handler.
- Markdown builder.
- Error code, error description.
- Webhook secret validator, Webhook notification manager, Webhook event handler.
- Guest Issuer helper.
- OAuth2 helper.
- Simple Webhook Listener/Server(.NET Standard 2.0+, .NET Core 2.0+, .NET Framework 4.5.2+).
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 | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
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.1)
- Thrzn41.Util (>= 1.2.1)
-
.NETCoreApp 2.0
- Newtonsoft.Json (>= 12.0.1)
- Thrzn41.Util (>= 1.2.1)
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 12.0.1)
- Thrzn41.Util (>= 1.2.1)
-
.NETFramework 4.6.1
- Newtonsoft.Json (>= 12.0.1)
- Thrzn41.Util (>= 1.2.1)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 12.0.1)
- Thrzn41.Util (>= 1.2.1)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.1)
- Thrzn41.Util (>= 1.2.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Thrzn41.WebexTeams:
Package | Downloads |
---|---|
Microsoft.Bot.Builder.Adapters.Webex
Library for connecting bots with Webex Teams API. |
|
Bot.Builder.Community.Adapters.Webex
Library for connecting bots with Webex Teams API. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Thrzn41.WebexTeams:
Repository | Stars |
---|---|
microsoft/botbuilder-dotnet
Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
|
|
BotBuilderCommunity/botbuilder-community-dotnet
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder .NET SDK, including middleware, dialogs, recognizers and more.
|