WebexClientWrapper Class

Definition

A client for interacting with the Webex Teams API.

public class WebexClientWrapper
type WebexClientWrapper = class
Public Class WebexClientWrapper
Inheritance
WebexClientWrapper

Constructors

WebexClientWrapper(WebexClientWrapperOptions)

Initializes a new instance of the WebexClientWrapper class. Creates a Webex Client Wrapper. See WebexClientWrapperOptions for a full definition of the allowed parameters.

Properties

Options

Gets the options collection for the adapter.

Methods

CreateMessageAsync(String, String, IList<Uri>, MessageTextType, MessageTarget, CancellationToken)

Wraps Webex API's CreateMessageAsync method.

CreateMessageWithAttachmentsAsync(String, String, IList<Attachment>, MessageTextType, MessageTarget, CancellationToken)

Creates a message with attachments.

DeleteMessageAsync(String, CancellationToken)

Wraps Webex API's DeleteMessageAsync method.

GetAttachmentActionAsync(String, CancellationToken)

Shows details for an attachment action, by ID.

GetMeAsync(CancellationToken)

Wraps Webex API's GetMeAsync method.

GetMessageAsync(String, CancellationToken)

Wraps Webex API's GetMessageAsync method.

ValidateSignature(HttpRequest, String)

Validates the local secret against the one obtained from the request header.

Applies to