-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from ngrok/pr/generated-654f4c2c2d
Update generated files
- Loading branch information
Showing
92 changed files
with
5,899 additions
and
273 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
<!-- Code generated for API Clients. DO NOT EDIT. --> | ||
|
||
## 0.11.0 | ||
|
||
* Added support for the Bot User API. The Bot User API allows you to manage the bots that are registered to your ngrok account. You can automate the creation, management, and deletion of bot users in your account. | ||
|
||
## 0.10.0 | ||
|
||
ENHANCEMENTS: | ||
|
||
* Added `owner_id` field to the `api_key`, `credential`, and `ssh_credential` resources. If supplied at credential creation, ownership will be assigned to the specified User or Bot. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Bot. | ||
* Added `failover_backend`, `http_response_backend`, and `tunnel_group_backend` resources. A Failover backend defines failover behavior within a list of referenced backends. Traffic is sent to the first backend in the list. If that backend is offline or no connection can be established, ngrok attempts to connect to the next backend in the list until one is successful. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. | ||
Code generated for API Clients. DO NOT EDIT. | ||
Bot Users | ||
===================================== | ||
|
||
Do not construct this object directly, instead access the | ||
:attr:`~ngrok.Client.bot_users` property of an :class:`ngrok.Client` object. | ||
|
||
.. automodule:: ngrok.services | ||
:members: BotUsersClient | ||
:undoc-members: BotUsersClient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. | ||
Code generated for API Clients. DO NOT EDIT. | ||
HTTPS Edge Route Policies Module | ||
===================================== | ||
|
||
Do not construct this object directly, instead access the | ||
:attr:`~ngrok.Client.edge_route_policy_module` property of an :class:`ngrok.Client` object. | ||
|
||
.. automodule:: ngrok.services | ||
:members: EdgeRoutePolicyModuleClient | ||
:undoc-members: EdgeRoutePolicyModuleClient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. | ||
Code generated for API Clients. DO NOT EDIT. | ||
HTTPS Edge Route User Agent Filter Module | ||
===================================== | ||
|
||
Do not construct this object directly, instead access the | ||
:attr:`~ngrok.Client.edge_route_user_agent_filter_module` property of an :class:`ngrok.Client` object. | ||
|
||
.. automodule:: ngrok.services | ||
:members: EdgeRouteUserAgentFilterModuleClient | ||
:undoc-members: EdgeRouteUserAgentFilterModuleClient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. | ||
Code generated for API Clients. DO NOT EDIT. | ||
Static Backends | ||
===================================== | ||
|
||
Do not construct this object directly, instead access the | ||
:attr:`~ngrok.Client.static_backends` property of an :class:`ngrok.Client` object. | ||
|
||
.. automodule:: ngrok.services | ||
:members: StaticBackendsClient | ||
:undoc-members: StaticBackendsClient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. | ||
Code generated for API Clients. DO NOT EDIT. | ||
TCP Edge Policy Module | ||
===================================== | ||
|
||
Do not construct this object directly, instead access the | ||
:attr:`~ngrok.Client.tcp_edge_policy_module` property of an :class:`ngrok.Client` object. | ||
|
||
.. automodule:: ngrok.services | ||
:members: TCPEdgePolicyModuleClient | ||
:undoc-members: TCPEdgePolicyModuleClient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. | ||
Code generated for API Clients. DO NOT EDIT. | ||
TLS Edge Policy Module | ||
===================================== | ||
|
||
Do not construct this object directly, instead access the | ||
:attr:`~ngrok.Client.tls_edge_policy_module` property of an :class:`ngrok.Client` object. | ||
|
||
.. automodule:: ngrok.services | ||
:members: TLSEdgePolicyModuleClient | ||
:undoc-members: TLSEdgePolicyModuleClient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.