financegugl.blogg.se

Webex teams inactive status
Webex teams inactive status




webex teams inactive status

object_factory ( callable) – The factory function to use to create.wait_on_rate_limit ( bool) – Enables or disables automatic rate-limit.single_request_timeout ( int) – Timeout (in seconds) for RESTful HTTP.base_url ( basestring) – The base URL to be prefixed to theĭefaults to webexteamssdk.DEFAULT_BASE_URL.WEBEX_TEAMS_ACCESS_TOKEN environment variable. access_token ( basestring) – The access token to be used for APIĬalls to the Webex Teams service.Oauth_redirect_uri) from your oauth flow.Īn AccessTokenError is raised if an access token is not provided Provide the parameters (client_id, client_secret, oauth_code and.If an access_token argument is not supplied, the package checksįor a WEBEX_TEAMS_ACCESS_TOKEN environment variable.You may manually specify the access token via the access_tokenĪrgument, when creating a new WebexTeamsAPI object.This package supports three methods for you to provide that access _init_ ( access_token=None, base_url='', single_request_timeout=60, wait_on_rate_limit=True, object_factory=, client_id=None, client_secret=None, oauth_code=None, redirect_uri=None, proxies=None, be_geo_id=None, caller=None, disable_ssl_verify=False ) ¶Īn access token must be used when interacting with the Webex Teams API. WebexTeamsAPI wraps all of the individual Webex Teams APIs and represents The ‘session’ handles authentication, provides the needed headers,Īnd checks all responses for error conditions.

webex teams inactive status

List() create() get() get_meeting_info() update() delete()Ĭreates a ‘session’ for all API calls through a created WebexTeamsAPI

webex teams inactive status

List() list_direct() create() get() delete() The WebexTeamsAPI class creates “connection objects” for working with the Webex Teams APIs and hierarchically organizes the Webex Teams APIs and their endpoints underneath these connection objects.






Webex teams inactive status