mirror of
https://github.com/openziti/zrok.git
synced 2025-06-26 04:31:30 +02:00
regen py with openapi-generator
This commit is contained in:
parent
27f84a2f9e
commit
1041c66af9
@ -58,6 +58,62 @@ docs/VerifyRequest.md
|
|||||||
docs/VersionInventory200Response.md
|
docs/VersionInventory200Response.md
|
||||||
requirements.txt
|
requirements.txt
|
||||||
test/__init__.py
|
test/__init__.py
|
||||||
|
test/test_access201_response.py
|
||||||
|
test/test_access_request.py
|
||||||
|
test/test_account_api.py
|
||||||
|
test/test_add_organization_member_request.py
|
||||||
|
test/test_admin_api.py
|
||||||
|
test/test_auth_user.py
|
||||||
|
test/test_change_password_request.py
|
||||||
|
test/test_client_version_check_request.py
|
||||||
|
test/test_configuration.py
|
||||||
|
test/test_create_frontend201_response.py
|
||||||
|
test/test_create_frontend_request.py
|
||||||
|
test/test_create_identity201_response.py
|
||||||
|
test/test_create_identity_request.py
|
||||||
|
test/test_create_organization201_response.py
|
||||||
|
test/test_create_organization_request.py
|
||||||
|
test/test_disable_request.py
|
||||||
|
test/test_enable_request.py
|
||||||
|
test/test_environment.py
|
||||||
|
test/test_environment_and_resources.py
|
||||||
|
test/test_environment_api.py
|
||||||
|
test/test_frontend.py
|
||||||
|
test/test_get_sparklines200_response.py
|
||||||
|
test/test_get_sparklines_request.py
|
||||||
|
test/test_invite_request.py
|
||||||
|
test/test_invite_token_generate_request.py
|
||||||
|
test/test_list_frontends200_response_inner.py
|
||||||
|
test/test_list_memberships200_response.py
|
||||||
|
test/test_list_memberships200_response_memberships_inner.py
|
||||||
|
test/test_list_organization_members200_response.py
|
||||||
|
test/test_list_organization_members200_response_members_inner.py
|
||||||
|
test/test_list_organizations200_response.py
|
||||||
|
test/test_list_organizations200_response_organizations_inner.py
|
||||||
|
test/test_login_request.py
|
||||||
|
test/test_metadata_api.py
|
||||||
|
test/test_metrics.py
|
||||||
|
test/test_metrics_sample.py
|
||||||
|
test/test_overview.py
|
||||||
|
test/test_principal.py
|
||||||
|
test/test_regenerate_account_token200_response.py
|
||||||
|
test/test_regenerate_account_token_request.py
|
||||||
|
test/test_register_request.py
|
||||||
|
test/test_remove_organization_member_request.py
|
||||||
|
test/test_reset_password_request.py
|
||||||
|
test/test_share.py
|
||||||
|
test/test_share_api.py
|
||||||
|
test/test_share_request.py
|
||||||
|
test/test_share_response.py
|
||||||
|
test/test_spark_data_sample.py
|
||||||
|
test/test_unaccess_request.py
|
||||||
|
test/test_unshare_request.py
|
||||||
|
test/test_update_access_request.py
|
||||||
|
test/test_update_frontend_request.py
|
||||||
|
test/test_update_share_request.py
|
||||||
|
test/test_verify200_response.py
|
||||||
|
test/test_verify_request.py
|
||||||
|
test/test_version_inventory200_response.py
|
||||||
zrok_api/__init__.py
|
zrok_api/__init__.py
|
||||||
zrok_api/api/__init__.py
|
zrok_api/api/__init__.py
|
||||||
zrok_api/api/account_api.py
|
zrok_api/api/account_api.py
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# zrok_sdk
|
# zrok-api
|
||||||
zrok client access
|
zrok client access
|
||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
# AccessBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**env_zid** | **str** | | [optional]
|
|
||||||
**share_token** | **str** | | [optional]
|
|
||||||
**bind_address** | **str** | | [optional]
|
|
||||||
**description** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
# AccessBody1
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**frontend_token** | **str** | | [optional]
|
|
||||||
**bind_address** | **str** | | [optional]
|
|
||||||
**description** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# AccountBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**email** | **str** | | [optional]
|
|
||||||
**password** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
# ChangePasswordBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**email** | **str** | | [optional]
|
|
||||||
**old_password** | **str** | | [optional]
|
|
||||||
**new_password** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# ClientVersionCheckBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**client_version** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# DisableBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**identity** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# EnableBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**description** | **str** | | [optional]
|
|
||||||
**host** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
# Environments
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
# ErrorMessage
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
# FrontendBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**z_id** | **str** | | [optional]
|
|
||||||
**url_template** | **str** | | [optional]
|
|
||||||
**public_name** | **str** | | [optional]
|
|
||||||
**permission_mode** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# FrontendBody1
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**frontend_token** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
# FrontendBody2
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**frontend_token** | **str** | | [optional]
|
|
||||||
**public_name** | **str** | | [optional]
|
|
||||||
**url_template** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
# Frontends
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# GrantsBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**email** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# IdentityBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**name** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# InlineResponse200
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**account_token** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# InlineResponse2001
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**email** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
# InlineResponse2002
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**frontend_token** | **str** | | [optional]
|
|
||||||
**z_id** | **str** | | [optional]
|
|
||||||
**url_template** | **str** | | [optional]
|
|
||||||
**public_name** | **str** | | [optional]
|
|
||||||
**created_at** | **int** | | [optional]
|
|
||||||
**updated_at** | **int** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# InlineResponse2003
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**members** | [**list[InlineResponse2003Members]**](InlineResponse2003Members.md) | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# InlineResponse2003Members
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**email** | **str** | | [optional]
|
|
||||||
**admin** | **bool** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# InlineResponse2004
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**organizations** | [**list[InlineResponse2004Organizations]**](InlineResponse2004Organizations.md) | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# InlineResponse2004Members
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**email** | **str** | | [optional]
|
|
||||||
**admin** | **bool** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# InlineResponse2004Organizations
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**organization_token** | **str** | | [optional]
|
|
||||||
**description** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# InlineResponse2005
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**memberships** | [**list[InlineResponse2005Memberships]**](InlineResponse2005Memberships.md) | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
# InlineResponse2005Memberships
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**organization_token** | **str** | | [optional]
|
|
||||||
**description** | **str** | | [optional]
|
|
||||||
**admin** | **bool** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# InlineResponse2005Organizations
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**token** | **str** | | [optional]
|
|
||||||
**description** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# InlineResponse2006
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**sparklines** | [**list[Metrics]**](Metrics.md) | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
# InlineResponse2006Memberships
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**organization_token** | **str** | | [optional]
|
|
||||||
**description** | **str** | | [optional]
|
|
||||||
**admin** | **bool** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# InlineResponse2007
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**controller_version** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# InlineResponse201
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**frontend_token** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# InlineResponse2011
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**identity** | **str** | | [optional]
|
|
||||||
**cfg** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# InlineResponse2012
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**organization_token** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# InlineResponse2013
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**frontend_token** | **str** | | [optional]
|
|
||||||
**backend_mode** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# InlineResponse400
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**message** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# InviteBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**email** | **str** | | [optional]
|
|
||||||
**invite_token** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# LoginBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**email** | **str** | | [optional]
|
|
||||||
**password** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
# OrganizationAddBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**organization_token** | **str** | | [optional]
|
|
||||||
**email** | **str** | | [optional]
|
|
||||||
**admin** | **bool** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# OrganizationBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**description** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# OrganizationBody1
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**organization_token** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# OrganizationListBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**organization_token** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# OrganizationRemoveBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**organization_token** | **str** | | [optional]
|
|
||||||
**email** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# RegenerateAccountTokenBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**email_address** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# RegenerateTokenBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**email_address** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# RegisterBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**register_token** | **str** | | [optional]
|
|
||||||
**password** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# ResetPasswordBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**reset_token** | **str** | | [optional]
|
|
||||||
**password** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# ResetPasswordRequestBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**email_address** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
# ShareBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**share_token** | **str** | | [optional]
|
|
||||||
**backend_proxy_endpoint** | **str** | | [optional]
|
|
||||||
**add_access_grants** | **list[str]** | | [optional]
|
|
||||||
**remove_access_grants** | **list[str]** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
# Shares
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
# SparkData
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
# SparklinesBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**account** | **bool** | | [optional]
|
|
||||||
**environments** | **list[str]** | | [optional]
|
|
||||||
**shares** | **list[str]** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# TokenGenerateBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**invite_tokens** | **list[str]** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
# UnaccessBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**frontend_token** | **str** | | [optional]
|
|
||||||
**env_zid** | **str** | | [optional]
|
|
||||||
**share_token** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
# UnshareBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**env_zid** | **str** | | [optional]
|
|
||||||
**share_token** | **str** | | [optional]
|
|
||||||
**reserved** | **bool** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# VerifyBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**register_token** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
# Version
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# VersionBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**client_version** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
# VersionCheckBody
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
**client_version** | **str** | | [optional]
|
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
||||||
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.access_body import AccessBody # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestAccessBody(unittest.TestCase):
|
|
||||||
"""AccessBody unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testAccessBody(self):
|
|
||||||
"""Test AccessBody"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.access_body.AccessBody() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.access_body1 import AccessBody1 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestAccessBody1(unittest.TestCase):
|
|
||||||
"""AccessBody1 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testAccessBody1(self):
|
|
||||||
"""Test AccessBody1"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.access_body1.AccessBody1() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -3,74 +3,72 @@
|
|||||||
"""
|
"""
|
||||||
zrok
|
zrok
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
zrok client access
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
The version of the OpenAPI document: 1.0.0
|
||||||
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
Do not edit the class manually.
|
||||||
"""
|
""" # noqa: E501
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
import zrok_api
|
from zrok_api.api.account_api import AccountApi
|
||||||
from zrok_api.api.account_api import AccountApi # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestAccountApi(unittest.TestCase):
|
class TestAccountApi(unittest.TestCase):
|
||||||
"""AccountApi unit test stubs"""
|
"""AccountApi unit test stubs"""
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self) -> None:
|
||||||
self.api = AccountApi() # noqa: E501
|
self.api = AccountApi()
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self) -> None:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_change_password(self):
|
def test_change_password(self) -> None:
|
||||||
"""Test case for change_password
|
"""Test case for change_password
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_invite(self):
|
def test_invite(self) -> None:
|
||||||
"""Test case for invite
|
"""Test case for invite
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_login(self):
|
def test_login(self) -> None:
|
||||||
"""Test case for login
|
"""Test case for login
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_regenerate_token(self):
|
def test_regenerate_account_token(self) -> None:
|
||||||
"""Test case for regenerate_token
|
"""Test case for regenerate_account_token
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_register(self):
|
def test_register(self) -> None:
|
||||||
"""Test case for register
|
"""Test case for register
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_reset_password(self):
|
def test_reset_password(self) -> None:
|
||||||
"""Test case for reset_password
|
"""Test case for reset_password
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_reset_password_request(self):
|
def test_reset_password_request(self) -> None:
|
||||||
"""Test case for reset_password_request
|
"""Test case for reset_password_request
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_verify(self):
|
def test_verify(self) -> None:
|
||||||
"""Test case for verify
|
"""Test case for verify
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.account_body import AccountBody # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestAccountBody(unittest.TestCase):
|
|
||||||
"""AccountBody unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testAccountBody(self):
|
|
||||||
"""Test AccountBody"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.account_body.AccountBody() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -3,110 +3,108 @@
|
|||||||
"""
|
"""
|
||||||
zrok
|
zrok
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
zrok client access
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
The version of the OpenAPI document: 1.0.0
|
||||||
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
Do not edit the class manually.
|
||||||
"""
|
""" # noqa: E501
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
import zrok_api
|
from zrok_api.api.admin_api import AdminApi
|
||||||
from zrok_api.api.admin_api import AdminApi # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestAdminApi(unittest.TestCase):
|
class TestAdminApi(unittest.TestCase):
|
||||||
"""AdminApi unit test stubs"""
|
"""AdminApi unit test stubs"""
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self) -> None:
|
||||||
self.api = AdminApi() # noqa: E501
|
self.api = AdminApi()
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self) -> None:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_add_organization_member(self):
|
def test_add_organization_member(self) -> None:
|
||||||
"""Test case for add_organization_member
|
"""Test case for add_organization_member
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_create_account(self):
|
def test_create_account(self) -> None:
|
||||||
"""Test case for create_account
|
"""Test case for create_account
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_create_frontend(self):
|
def test_create_frontend(self) -> None:
|
||||||
"""Test case for create_frontend
|
"""Test case for create_frontend
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_create_identity(self):
|
def test_create_identity(self) -> None:
|
||||||
"""Test case for create_identity
|
"""Test case for create_identity
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_create_organization(self):
|
def test_create_organization(self) -> None:
|
||||||
"""Test case for create_organization
|
"""Test case for create_organization
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_delete_frontend(self):
|
def test_delete_frontend(self) -> None:
|
||||||
"""Test case for delete_frontend
|
"""Test case for delete_frontend
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_delete_organization(self):
|
def test_delete_organization(self) -> None:
|
||||||
"""Test case for delete_organization
|
"""Test case for delete_organization
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_grants(self):
|
def test_grants(self) -> None:
|
||||||
"""Test case for grants
|
"""Test case for grants
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_invite_token_generate(self):
|
def test_invite_token_generate(self) -> None:
|
||||||
"""Test case for invite_token_generate
|
"""Test case for invite_token_generate
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_list_frontends(self):
|
def test_list_frontends(self) -> None:
|
||||||
"""Test case for list_frontends
|
"""Test case for list_frontends
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_list_organization_members(self):
|
def test_list_organization_members(self) -> None:
|
||||||
"""Test case for list_organization_members
|
"""Test case for list_organization_members
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_list_organizations(self):
|
def test_list_organizations(self) -> None:
|
||||||
"""Test case for list_organizations
|
"""Test case for list_organizations
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_remove_organization_member(self):
|
def test_remove_organization_member(self) -> None:
|
||||||
"""Test case for remove_organization_member
|
"""Test case for remove_organization_member
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_update_frontend(self):
|
def test_update_frontend(self) -> None:
|
||||||
"""Test case for update_frontend
|
"""Test case for update_frontend
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
@ -3,21 +3,18 @@
|
|||||||
"""
|
"""
|
||||||
zrok
|
zrok
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
zrok client access
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
The version of the OpenAPI document: 1.0.0
|
||||||
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
Do not edit the class manually.
|
||||||
"""
|
""" # noqa: E501
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
import zrok_api
|
from zrok_api.models.auth_user import AuthUser
|
||||||
from zrok_api.models.auth_user import AuthUser # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestAuthUser(unittest.TestCase):
|
class TestAuthUser(unittest.TestCase):
|
||||||
"""AuthUser unit test stubs"""
|
"""AuthUser unit test stubs"""
|
||||||
@ -28,12 +25,28 @@ class TestAuthUser(unittest.TestCase):
|
|||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def make_instance(self, include_optional) -> AuthUser:
|
||||||
|
"""Test AuthUser
|
||||||
|
include_optional is a boolean, when False only required
|
||||||
|
params are included, when True both required and
|
||||||
|
optional params are included """
|
||||||
|
# uncomment below to create an instance of `AuthUser`
|
||||||
|
"""
|
||||||
|
model = AuthUser()
|
||||||
|
if include_optional:
|
||||||
|
return AuthUser(
|
||||||
|
username = '',
|
||||||
|
password = ''
|
||||||
|
)
|
||||||
|
else:
|
||||||
|
return AuthUser(
|
||||||
|
)
|
||||||
|
"""
|
||||||
|
|
||||||
def testAuthUser(self):
|
def testAuthUser(self):
|
||||||
"""Test AuthUser"""
|
"""Test AuthUser"""
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
# inst_req_only = self.make_instance(include_optional=False)
|
||||||
# model = zrok_api.models.auth_user.AuthUser() # noqa: E501
|
# inst_req_and_optional = self.make_instance(include_optional=True)
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.change_password_body import ChangePasswordBody # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestChangePasswordBody(unittest.TestCase):
|
|
||||||
"""ChangePasswordBody unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testChangePasswordBody(self):
|
|
||||||
"""Test ChangePasswordBody"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.change_password_body.ChangePasswordBody() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.client_version_check_body import ClientVersionCheckBody # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestClientVersionCheckBody(unittest.TestCase):
|
|
||||||
"""ClientVersionCheckBody unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testClientVersionCheckBody(self):
|
|
||||||
"""Test ClientVersionCheckBody"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.client_version_check_body.ClientVersionCheckBody() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -3,21 +3,18 @@
|
|||||||
"""
|
"""
|
||||||
zrok
|
zrok
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
zrok client access
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
The version of the OpenAPI document: 1.0.0
|
||||||
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
Do not edit the class manually.
|
||||||
"""
|
""" # noqa: E501
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
import zrok_api
|
from zrok_api.models.configuration import Configuration
|
||||||
from zrok_api.models.configuration import Configuration # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestConfiguration(unittest.TestCase):
|
class TestConfiguration(unittest.TestCase):
|
||||||
"""Configuration unit test stubs"""
|
"""Configuration unit test stubs"""
|
||||||
@ -28,12 +25,31 @@ class TestConfiguration(unittest.TestCase):
|
|||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def make_instance(self, include_optional) -> Configuration:
|
||||||
|
"""Test Configuration
|
||||||
|
include_optional is a boolean, when False only required
|
||||||
|
params are included, when True both required and
|
||||||
|
optional params are included """
|
||||||
|
# uncomment below to create an instance of `Configuration`
|
||||||
|
"""
|
||||||
|
model = Configuration()
|
||||||
|
if include_optional:
|
||||||
|
return Configuration(
|
||||||
|
version = '',
|
||||||
|
tou_link = '',
|
||||||
|
invites_open = True,
|
||||||
|
requires_invite_token = True,
|
||||||
|
invite_token_contact = ''
|
||||||
|
)
|
||||||
|
else:
|
||||||
|
return Configuration(
|
||||||
|
)
|
||||||
|
"""
|
||||||
|
|
||||||
def testConfiguration(self):
|
def testConfiguration(self):
|
||||||
"""Test Configuration"""
|
"""Test Configuration"""
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
# inst_req_only = self.make_instance(include_optional=False)
|
||||||
# model = zrok_api.models.configuration.Configuration() # noqa: E501
|
# inst_req_and_optional = self.make_instance(include_optional=True)
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.disable_body import DisableBody # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestDisableBody(unittest.TestCase):
|
|
||||||
"""DisableBody unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testDisableBody(self):
|
|
||||||
"""Test DisableBody"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.disable_body.DisableBody() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.enable_body import EnableBody # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestEnableBody(unittest.TestCase):
|
|
||||||
"""EnableBody unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testEnableBody(self):
|
|
||||||
"""Test EnableBody"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.enable_body.EnableBody() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -3,21 +3,18 @@
|
|||||||
"""
|
"""
|
||||||
zrok
|
zrok
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
zrok client access
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
The version of the OpenAPI document: 1.0.0
|
||||||
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
Do not edit the class manually.
|
||||||
"""
|
""" # noqa: E501
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
import zrok_api
|
from zrok_api.models.environment import Environment
|
||||||
from zrok_api.models.environment import Environment # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestEnvironment(unittest.TestCase):
|
class TestEnvironment(unittest.TestCase):
|
||||||
"""Environment unit test stubs"""
|
"""Environment unit test stubs"""
|
||||||
@ -28,12 +25,38 @@ class TestEnvironment(unittest.TestCase):
|
|||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def make_instance(self, include_optional) -> Environment:
|
||||||
|
"""Test Environment
|
||||||
|
include_optional is a boolean, when False only required
|
||||||
|
params are included, when True both required and
|
||||||
|
optional params are included """
|
||||||
|
# uncomment below to create an instance of `Environment`
|
||||||
|
"""
|
||||||
|
model = Environment()
|
||||||
|
if include_optional:
|
||||||
|
return Environment(
|
||||||
|
description = '',
|
||||||
|
host = '',
|
||||||
|
address = '',
|
||||||
|
z_id = '',
|
||||||
|
activity = [
|
||||||
|
zrok_api.models.spark_data_sample.sparkDataSample(
|
||||||
|
rx = 1.337,
|
||||||
|
tx = 1.337, )
|
||||||
|
],
|
||||||
|
limited = True,
|
||||||
|
created_at = 56,
|
||||||
|
updated_at = 56
|
||||||
|
)
|
||||||
|
else:
|
||||||
|
return Environment(
|
||||||
|
)
|
||||||
|
"""
|
||||||
|
|
||||||
def testEnvironment(self):
|
def testEnvironment(self):
|
||||||
"""Test Environment"""
|
"""Test Environment"""
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
# inst_req_only = self.make_instance(include_optional=False)
|
||||||
# model = zrok_api.models.environment.Environment() # noqa: E501
|
# inst_req_and_optional = self.make_instance(include_optional=True)
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
@ -3,21 +3,18 @@
|
|||||||
"""
|
"""
|
||||||
zrok
|
zrok
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
zrok client access
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
The version of the OpenAPI document: 1.0.0
|
||||||
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
Do not edit the class manually.
|
||||||
"""
|
""" # noqa: E501
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
import zrok_api
|
from zrok_api.models.environment_and_resources import EnvironmentAndResources
|
||||||
from zrok_api.models.environment_and_resources import EnvironmentAndResources # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestEnvironmentAndResources(unittest.TestCase):
|
class TestEnvironmentAndResources(unittest.TestCase):
|
||||||
"""EnvironmentAndResources unit test stubs"""
|
"""EnvironmentAndResources unit test stubs"""
|
||||||
@ -28,12 +25,70 @@ class TestEnvironmentAndResources(unittest.TestCase):
|
|||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def make_instance(self, include_optional) -> EnvironmentAndResources:
|
||||||
|
"""Test EnvironmentAndResources
|
||||||
|
include_optional is a boolean, when False only required
|
||||||
|
params are included, when True both required and
|
||||||
|
optional params are included """
|
||||||
|
# uncomment below to create an instance of `EnvironmentAndResources`
|
||||||
|
"""
|
||||||
|
model = EnvironmentAndResources()
|
||||||
|
if include_optional:
|
||||||
|
return EnvironmentAndResources(
|
||||||
|
environment = zrok_api.models.environment.environment(
|
||||||
|
description = '',
|
||||||
|
host = '',
|
||||||
|
address = '',
|
||||||
|
z_id = '',
|
||||||
|
activity = [
|
||||||
|
zrok_api.models.spark_data_sample.sparkDataSample(
|
||||||
|
rx = 1.337,
|
||||||
|
tx = 1.337, )
|
||||||
|
],
|
||||||
|
limited = True,
|
||||||
|
created_at = 56,
|
||||||
|
updated_at = 56, ),
|
||||||
|
frontends = [
|
||||||
|
zrok_api.models.frontend.frontend(
|
||||||
|
id = 56,
|
||||||
|
frontend_token = '',
|
||||||
|
share_token = '',
|
||||||
|
backend_mode = '',
|
||||||
|
bind_address = '',
|
||||||
|
description = '',
|
||||||
|
z_id = '',
|
||||||
|
created_at = 56,
|
||||||
|
updated_at = 56, )
|
||||||
|
],
|
||||||
|
shares = [
|
||||||
|
zrok_api.models.share.share(
|
||||||
|
share_token = '',
|
||||||
|
z_id = '',
|
||||||
|
share_mode = '',
|
||||||
|
backend_mode = '',
|
||||||
|
frontend_selection = '',
|
||||||
|
frontend_endpoint = '',
|
||||||
|
backend_proxy_endpoint = '',
|
||||||
|
reserved = True,
|
||||||
|
activity = [
|
||||||
|
zrok_api.models.spark_data_sample.sparkDataSample(
|
||||||
|
rx = 1.337,
|
||||||
|
tx = 1.337, )
|
||||||
|
],
|
||||||
|
limited = True,
|
||||||
|
created_at = 56,
|
||||||
|
updated_at = 56, )
|
||||||
|
]
|
||||||
|
)
|
||||||
|
else:
|
||||||
|
return EnvironmentAndResources(
|
||||||
|
)
|
||||||
|
"""
|
||||||
|
|
||||||
def testEnvironmentAndResources(self):
|
def testEnvironmentAndResources(self):
|
||||||
"""Test EnvironmentAndResources"""
|
"""Test EnvironmentAndResources"""
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
# inst_req_only = self.make_instance(include_optional=False)
|
||||||
# model = zrok_api.models.environment_and_resources.EnvironmentAndResources() # noqa: E501
|
# inst_req_and_optional = self.make_instance(include_optional=True)
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
@ -3,38 +3,36 @@
|
|||||||
"""
|
"""
|
||||||
zrok
|
zrok
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
zrok client access
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
The version of the OpenAPI document: 1.0.0
|
||||||
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
Do not edit the class manually.
|
||||||
"""
|
""" # noqa: E501
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
import zrok_api
|
from zrok_api.api.environment_api import EnvironmentApi
|
||||||
from zrok_api.api.environment_api import EnvironmentApi # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestEnvironmentApi(unittest.TestCase):
|
class TestEnvironmentApi(unittest.TestCase):
|
||||||
"""EnvironmentApi unit test stubs"""
|
"""EnvironmentApi unit test stubs"""
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self) -> None:
|
||||||
self.api = EnvironmentApi() # noqa: E501
|
self.api = EnvironmentApi()
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self) -> None:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_disable(self):
|
def test_disable(self) -> None:
|
||||||
"""Test case for disable
|
"""Test case for disable
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_enable(self):
|
def test_enable(self) -> None:
|
||||||
"""Test case for enable
|
"""Test case for enable
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.environments import Environments # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestEnvironments(unittest.TestCase):
|
|
||||||
"""Environments unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testEnvironments(self):
|
|
||||||
"""Test Environments"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.environments.Environments() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.error_message import ErrorMessage # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestErrorMessage(unittest.TestCase):
|
|
||||||
"""ErrorMessage unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testErrorMessage(self):
|
|
||||||
"""Test ErrorMessage"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.error_message.ErrorMessage() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -3,21 +3,18 @@
|
|||||||
"""
|
"""
|
||||||
zrok
|
zrok
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
zrok client access
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
The version of the OpenAPI document: 1.0.0
|
||||||
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
Do not edit the class manually.
|
||||||
"""
|
""" # noqa: E501
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
import zrok_api
|
from zrok_api.models.frontend import Frontend
|
||||||
from zrok_api.models.frontend import Frontend # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestFrontend(unittest.TestCase):
|
class TestFrontend(unittest.TestCase):
|
||||||
"""Frontend unit test stubs"""
|
"""Frontend unit test stubs"""
|
||||||
@ -28,12 +25,35 @@ class TestFrontend(unittest.TestCase):
|
|||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def make_instance(self, include_optional) -> Frontend:
|
||||||
|
"""Test Frontend
|
||||||
|
include_optional is a boolean, when False only required
|
||||||
|
params are included, when True both required and
|
||||||
|
optional params are included """
|
||||||
|
# uncomment below to create an instance of `Frontend`
|
||||||
|
"""
|
||||||
|
model = Frontend()
|
||||||
|
if include_optional:
|
||||||
|
return Frontend(
|
||||||
|
id = 56,
|
||||||
|
frontend_token = '',
|
||||||
|
share_token = '',
|
||||||
|
backend_mode = '',
|
||||||
|
bind_address = '',
|
||||||
|
description = '',
|
||||||
|
z_id = '',
|
||||||
|
created_at = 56,
|
||||||
|
updated_at = 56
|
||||||
|
)
|
||||||
|
else:
|
||||||
|
return Frontend(
|
||||||
|
)
|
||||||
|
"""
|
||||||
|
|
||||||
def testFrontend(self):
|
def testFrontend(self):
|
||||||
"""Test Frontend"""
|
"""Test Frontend"""
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
# inst_req_only = self.make_instance(include_optional=False)
|
||||||
# model = zrok_api.models.frontend.Frontend() # noqa: E501
|
# inst_req_and_optional = self.make_instance(include_optional=True)
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.frontend_body import FrontendBody # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestFrontendBody(unittest.TestCase):
|
|
||||||
"""FrontendBody unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testFrontendBody(self):
|
|
||||||
"""Test FrontendBody"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.frontend_body.FrontendBody() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.frontend_body1 import FrontendBody1 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestFrontendBody1(unittest.TestCase):
|
|
||||||
"""FrontendBody1 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testFrontendBody1(self):
|
|
||||||
"""Test FrontendBody1"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.frontend_body1.FrontendBody1() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.frontend_body2 import FrontendBody2 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestFrontendBody2(unittest.TestCase):
|
|
||||||
"""FrontendBody2 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testFrontendBody2(self):
|
|
||||||
"""Test FrontendBody2"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.frontend_body2.FrontendBody2() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.list_frontends200_response_inner import ListFrontends200ResponseInner # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestFrontends(unittest.TestCase):
|
|
||||||
"""Frontends unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testFrontends(self):
|
|
||||||
"""Test Frontends"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.frontends.Frontends() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.grants_body import GrantsBody # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestGrantsBody(unittest.TestCase):
|
|
||||||
"""GrantsBody unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testGrantsBody(self):
|
|
||||||
"""Test GrantsBody"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.grants_body.GrantsBody() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.identity_body import IdentityBody # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestIdentityBody(unittest.TestCase):
|
|
||||||
"""IdentityBody unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testIdentityBody(self):
|
|
||||||
"""Test IdentityBody"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.identity_body.IdentityBody() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response200 import InlineResponse200 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse200(unittest.TestCase):
|
|
||||||
"""InlineResponse200 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse200(self):
|
|
||||||
"""Test InlineResponse200"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response200.InlineResponse200() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2001 import InlineResponse2001 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2001(unittest.TestCase):
|
|
||||||
"""InlineResponse2001 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2001(self):
|
|
||||||
"""Test InlineResponse2001"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2001.InlineResponse2001() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2002 import InlineResponse2002 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2002(unittest.TestCase):
|
|
||||||
"""InlineResponse2002 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2002(self):
|
|
||||||
"""Test InlineResponse2002"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2002.InlineResponse2002() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2003 import InlineResponse2003 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2003(unittest.TestCase):
|
|
||||||
"""InlineResponse2003 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2003(self):
|
|
||||||
"""Test InlineResponse2003"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2003.InlineResponse2003() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2003_members import InlineResponse2003Members # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2003Members(unittest.TestCase):
|
|
||||||
"""InlineResponse2003Members unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2003Members(self):
|
|
||||||
"""Test InlineResponse2003Members"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2003_members.InlineResponse2003Members() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2004 import InlineResponse2004 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2004(unittest.TestCase):
|
|
||||||
"""InlineResponse2004 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2004(self):
|
|
||||||
"""Test InlineResponse2004"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2004.InlineResponse2004() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2004_members import InlineResponse2004Members # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2004Members(unittest.TestCase):
|
|
||||||
"""InlineResponse2004Members unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2004Members(self):
|
|
||||||
"""Test InlineResponse2004Members"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2004_members.InlineResponse2004Members() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2004_organizations import InlineResponse2004Organizations # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2004Organizations(unittest.TestCase):
|
|
||||||
"""InlineResponse2004Organizations unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2004Organizations(self):
|
|
||||||
"""Test InlineResponse2004Organizations"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2004_organizations.InlineResponse2004Organizations() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2005 import InlineResponse2005 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2005(unittest.TestCase):
|
|
||||||
"""InlineResponse2005 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2005(self):
|
|
||||||
"""Test InlineResponse2005"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2005.InlineResponse2005() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2005_memberships import InlineResponse2005Memberships # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2005Memberships(unittest.TestCase):
|
|
||||||
"""InlineResponse2005Memberships unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2005Memberships(self):
|
|
||||||
"""Test InlineResponse2005Memberships"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2005_memberships.InlineResponse2005Memberships() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2005_organizations import InlineResponse2005Organizations # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2005Organizations(unittest.TestCase):
|
|
||||||
"""InlineResponse2005Organizations unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2005Organizations(self):
|
|
||||||
"""Test InlineResponse2005Organizations"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2005_organizations.InlineResponse2005Organizations() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2006 import InlineResponse2006 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2006(unittest.TestCase):
|
|
||||||
"""InlineResponse2006 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2006(self):
|
|
||||||
"""Test InlineResponse2006"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2006.InlineResponse2006() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2006_memberships import InlineResponse2006Memberships # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2006Memberships(unittest.TestCase):
|
|
||||||
"""InlineResponse2006Memberships unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2006Memberships(self):
|
|
||||||
"""Test InlineResponse2006Memberships"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2006_memberships.InlineResponse2006Memberships() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2007 import InlineResponse2007 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2007(unittest.TestCase):
|
|
||||||
"""InlineResponse2007 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2007(self):
|
|
||||||
"""Test InlineResponse2007"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2007.InlineResponse2007() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response201 import InlineResponse201 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse201(unittest.TestCase):
|
|
||||||
"""InlineResponse201 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse201(self):
|
|
||||||
"""Test InlineResponse201"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response201.InlineResponse201() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2011 import InlineResponse2011 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2011(unittest.TestCase):
|
|
||||||
"""InlineResponse2011 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2011(self):
|
|
||||||
"""Test InlineResponse2011"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2011.InlineResponse2011() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2012 import InlineResponse2012 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2012(unittest.TestCase):
|
|
||||||
"""InlineResponse2012 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2012(self):
|
|
||||||
"""Test InlineResponse2012"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2012.InlineResponse2012() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
@ -1,39 +0,0 @@
|
|||||||
# coding: utf-8
|
|
||||||
|
|
||||||
"""
|
|
||||||
zrok
|
|
||||||
|
|
||||||
zrok client access # noqa: E501
|
|
||||||
|
|
||||||
OpenAPI spec version: 1.0.0
|
|
||||||
|
|
||||||
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
||||||
"""
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import zrok_api
|
|
||||||
from zrok_api.models.inline_response2013 import InlineResponse2013 # noqa: E501
|
|
||||||
from zrok_api.rest import ApiException
|
|
||||||
|
|
||||||
|
|
||||||
class TestInlineResponse2013(unittest.TestCase):
|
|
||||||
"""InlineResponse2013 unit test stubs"""
|
|
||||||
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def testInlineResponse2013(self):
|
|
||||||
"""Test InlineResponse2013"""
|
|
||||||
# FIXME: construct object with mandatory attributes with example values
|
|
||||||
# model = zrok_api.models.inline_response2013.InlineResponse2013() # noqa: E501
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user