Versions in this module Expand all Collapse all v1 v1.0.4 Feb 19, 2026 Changes in this version + type InternalPlugins struct + Device *device.Client + Mercury *mercury.Client + type WebexClient struct + func NewClient(accessToken string, config *webexsdk.Config) (*WebexClient, error) + func (c *WebexClient) AttachmentActions() *attachmentactions.Client + func (c *WebexClient) Core() *webexsdk.Client + func (c *WebexClient) Device() *device.Client + func (c *WebexClient) Events() *events.Client + func (c *WebexClient) Internal() *InternalPlugins + func (c *WebexClient) Memberships() *memberships.Client + func (c *WebexClient) Mercury() *mercury.Client + func (c *WebexClient) Messages() *messages.Client + func (c *WebexClient) People() *people.Client + func (c *WebexClient) RoomTabs() *roomtabs.Client + func (c *WebexClient) Rooms() *rooms.Client + func (c *WebexClient) TeamMemberships() *teammemberships.Client + func (c *WebexClient) Teams() *teams.Client + func (c *WebexClient) Webhooks() *webhooks.Client Other modules containing this package github.com/WebexCommunity/webex-go-sdk/v2