Thrzn41.WebexTeams
1.7.1
.NET Core 1.0
This package targets .NET Core 1.0. The package is compatible with this framework or higher.
.NET Standard 1.3
This package targets .NET Standard 1.3. The package is compatible with this framework or higher.
.NET Framework 4.5.2
This package targets .NET Framework 4.5.2. The package is compatible with this framework or higher.
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 Thrzn41.WebexTeams --version 1.7.1
NuGet\Install-Package Thrzn41.WebexTeams -Version 1.7.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.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Thrzn41.WebexTeams --version 1.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Thrzn41.WebexTeams, 1.7.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.7.1 // Install Thrzn41.WebexTeams as a Cake Tool #tool nuget:?package=Thrzn41.WebexTeams&version=1.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Webex Teams API Client
is a Library that wraps Cisco Webex Teams REST API
.
Also, some useful features for developers are provided.
- 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 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 is compatible. netcoreapp1.1 was computed. netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. net461 is compatible. 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. |
Universal Windows Platform | uap was computed. uap10.0 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.
-
.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.
|