mirror of
https://github.com/ngrok/ngrok-api-python.git
synced 2026-06-16 16:54:33 +00:00
Update generated files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
Application Sessions
|
||||
=====================================
|
||||
|
||||
Do not construct this object directly, instead access the
|
||||
:attr:`~ngrok.Client.application_sessions` property of an :class:`ngrok.Client` object.
|
||||
|
||||
.. automodule:: ngrok.services
|
||||
:members: ApplicationSessionsClient
|
||||
:undoc-members: ApplicationSessionsClient
|
||||
@@ -0,0 +1,9 @@
|
||||
Application Users
|
||||
=====================================
|
||||
|
||||
Do not construct this object directly, instead access the
|
||||
:attr:`~ngrok.Client.application_users` property of an :class:`ngrok.Client` object.
|
||||
|
||||
.. automodule:: ngrok.services
|
||||
:members: ApplicationUsersClient
|
||||
:undoc-members: ApplicationUsersClient
|
||||
@@ -123,6 +123,8 @@ API Reference
|
||||
abuse_reports
|
||||
agent_ingresses
|
||||
api_keys
|
||||
application_sessions
|
||||
application_users
|
||||
failover_backends
|
||||
http_response_backends
|
||||
tunnel_group_backends
|
||||
|
||||
Reference in New Issue
Block a user