Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ target/

#Ipython Notebook
.ipynb_checkpoints
README.md
setup.py
18 changes: 0 additions & 18 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,6 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_alias_display.py
test/test_change_email_quota.py
test/test_change_quota_create200_response.py
test/test_delete_alias.py
test/test_delete_email.py
test/test_domain.py
test/test_domain_action.py
test/test_email_alias.py
test/test_email_display.py
test/test_import_create_request.py
test/test_open_exchange_create_account.py
test/test_order_display.py
test/test_password_reset.py
test/test_service_action.py
test/test_sub_scription_info.py
test/test_subscription_info_create200_response.py
test/test_subscription_info_response.py
test/test_subscriptions_read200_response.py
tox.ini
workplace_console_client/__init__.py
workplace_console_client/api/__init__.py
Expand Down
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# workplace-console-client
This is the Truehost's pip package for using the workplace console API from other python applications.
Test description

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1
- Package version: 2.0.0
- Package version: 1.0.0
- Generator version: 7.13.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

Expand All @@ -18,9 +18,9 @@ Python 3.9+
If the python package is hosted on a repository, you can install directly using:

```sh
pip install git+https://github.com/truehostcloud/workplace-console-client.git
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/truehostcloud/workplace-console-client.git`)
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)

Then import the package:
```python
Expand Down Expand Up @@ -55,10 +55,10 @@ import workplace_console_client
from workplace_console_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://127.0.0.1:8000/api
# Defining the host is optional and defaults to http://127.0.0.1:8001/api
# See configuration.py for a list of all supported configuration parameters.
configuration = workplace_console_client.Configuration(
host = "http://127.0.0.1:8000/api"
host = "http://127.0.0.1:8001/api"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -91,7 +91,7 @@ with workplace_console_client.ApiClient(configuration) as api_client:

## Documentation for API Endpoints

All URIs are relative to *http://127.0.0.1:8000/api*
All URIs are relative to *http://127.0.0.1:8001/api*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down Expand Up @@ -146,12 +146,10 @@ Class | Method | HTTP request | Description


Authentication schemes defined for the API:
<a id="Authorization"></a>
### Authorization
<a id="Basic"></a>
### Basic

- **Type**: Bearer authentication
- **API key parameter name**: Authorization
- **Location**: HTTP header
- **Type**: HTTP basic authentication


## Author
Expand Down
6 changes: 3 additions & 3 deletions docs/ChangeQuotaApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# workplace_console_client.ChangeQuotaApi

All URIs are relative to *http://127.0.0.1:8000/api*
All URIs are relative to *http://127.0.0.1:8001/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -25,10 +25,10 @@ from workplace_console_client.models.change_quota_create200_response import Chan
from workplace_console_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://127.0.0.1:8000/api
# Defining the host is optional and defaults to http://127.0.0.1:8001/api
# See configuration.py for a list of all supported configuration parameters.
configuration = workplace_console_client.Configuration(
host = "http://127.0.0.1:8000/api"
host = "http://127.0.0.1:8001/api"
)

# The client must configure the authentication and authorization parameters
Expand Down
6 changes: 3 additions & 3 deletions docs/CreateAliasApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# workplace_console_client.CreateAliasApi

All URIs are relative to *http://127.0.0.1:8000/api*
All URIs are relative to *http://127.0.0.1:8001/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -25,10 +25,10 @@ from workplace_console_client.models.email_alias import EmailAlias
from workplace_console_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://127.0.0.1:8000/api
# Defining the host is optional and defaults to http://127.0.0.1:8001/api
# See configuration.py for a list of all supported configuration parameters.
configuration = workplace_console_client.Configuration(
host = "http://127.0.0.1:8000/api"
host = "http://127.0.0.1:8001/api"
)

# The client must configure the authentication and authorization parameters
Expand Down
6 changes: 3 additions & 3 deletions docs/DeleteAliasApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# workplace_console_client.DeleteAliasApi

All URIs are relative to *http://127.0.0.1:8000/api*
All URIs are relative to *http://127.0.0.1:8001/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -25,10 +25,10 @@ from workplace_console_client.models.delete_alias import DeleteAlias
from workplace_console_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://127.0.0.1:8000/api
# Defining the host is optional and defaults to http://127.0.0.1:8001/api
# See configuration.py for a list of all supported configuration parameters.
configuration = workplace_console_client.Configuration(
host = "http://127.0.0.1:8000/api"
host = "http://127.0.0.1:8001/api"
)

# The client must configure the authentication and authorization parameters
Expand Down
6 changes: 3 additions & 3 deletions docs/DeleteEmailApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# workplace_console_client.DeleteEmailApi

All URIs are relative to *http://127.0.0.1:8000/api*
All URIs are relative to *http://127.0.0.1:8001/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -25,10 +25,10 @@ from workplace_console_client.models.delete_email import DeleteEmail
from workplace_console_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://127.0.0.1:8000/api
# Defining the host is optional and defaults to http://127.0.0.1:8001/api
# See configuration.py for a list of all supported configuration parameters.
configuration = workplace_console_client.Configuration(
host = "http://127.0.0.1:8000/api"
host = "http://127.0.0.1:8001/api"
)

# The client must configure the authentication and authorization parameters
Expand Down
6 changes: 3 additions & 3 deletions docs/DnsInfoApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# workplace_console_client.DnsInfoApi

All URIs are relative to *http://127.0.0.1:8000/api*
All URIs are relative to *http://127.0.0.1:8001/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -21,10 +21,10 @@ from workplace_console_client.models.dns_info_create_request import DnsInfoCreat
from workplace_console_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://127.0.0.1:8000/api
# Defining the host is optional and defaults to http://127.0.0.1:8001/api
# See configuration.py for a list of all supported configuration parameters.
configuration = workplace_console_client.Configuration(
host = "http://127.0.0.1:8000/api"
host = "http://127.0.0.1:8001/api"
)

# The client must configure the authentication and authorization parameters
Expand Down
6 changes: 3 additions & 3 deletions docs/DomainAliasApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# workplace_console_client.DomainAliasApi

All URIs are relative to *http://127.0.0.1:8000/api*
All URIs are relative to *http://127.0.0.1:8001/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -25,10 +25,10 @@ from workplace_console_client.models.domain import Domain
from workplace_console_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://127.0.0.1:8000/api
# Defining the host is optional and defaults to http://127.0.0.1:8001/api
# See configuration.py for a list of all supported configuration parameters.
configuration = workplace_console_client.Configuration(
host = "http://127.0.0.1:8000/api"
host = "http://127.0.0.1:8001/api"
)

# The client must configure the authentication and authorization parameters
Expand Down
6 changes: 3 additions & 3 deletions docs/DomainApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# workplace_console_client.DomainApi

All URIs are relative to *http://127.0.0.1:8000/api*
All URIs are relative to *http://127.0.0.1:8001/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -25,10 +25,10 @@ from workplace_console_client.models.domain_action import DomainAction
from workplace_console_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://127.0.0.1:8000/api
# Defining the host is optional and defaults to http://127.0.0.1:8001/api
# See configuration.py for a list of all supported configuration parameters.
configuration = workplace_console_client.Configuration(
host = "http://127.0.0.1:8000/api"
host = "http://127.0.0.1:8001/api"
)

# The client must configure the authentication and authorization parameters
Expand Down
6 changes: 3 additions & 3 deletions docs/DomainInfoApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# workplace_console_client.DomainInfoApi

All URIs are relative to *http://127.0.0.1:8000/api*
All URIs are relative to *http://127.0.0.1:8001/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -25,10 +25,10 @@ from workplace_console_client.models.subscription_info_response import Subscript
from workplace_console_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://127.0.0.1:8000/api
# Defining the host is optional and defaults to http://127.0.0.1:8001/api
# See configuration.py for a list of all supported configuration parameters.
configuration = workplace_console_client.Configuration(
host = "http://127.0.0.1:8000/api"
host = "http://127.0.0.1:8001/api"
)

# The client must configure the authentication and authorization parameters
Expand Down
6 changes: 3 additions & 3 deletions docs/GetTokenApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# workplace_console_client.GetTokenApi

All URIs are relative to *http://127.0.0.1:8000/api*
All URIs are relative to *http://127.0.0.1:8001/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -23,10 +23,10 @@ from workplace_console_client.models.token_obtain_pair import TokenObtainPair
from workplace_console_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://127.0.0.1:8000/api
# Defining the host is optional and defaults to http://127.0.0.1:8001/api
# See configuration.py for a list of all supported configuration parameters.
configuration = workplace_console_client.Configuration(
host = "http://127.0.0.1:8000/api"
host = "http://127.0.0.1:8001/api"
)

# The client must configure the authentication and authorization parameters
Expand Down
6 changes: 3 additions & 3 deletions docs/ImportApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# workplace_console_client.ImportApi

All URIs are relative to *http://127.0.0.1:8000/api*
All URIs are relative to *http://127.0.0.1:8001/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -25,10 +25,10 @@ from workplace_console_client.models.import_create_request import ImportCreateRe
from workplace_console_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://127.0.0.1:8000/api
# Defining the host is optional and defaults to http://127.0.0.1:8001/api
# See configuration.py for a list of all supported configuration parameters.
configuration = workplace_console_client.Configuration(
host = "http://127.0.0.1:8000/api"
host = "http://127.0.0.1:8001/api"
)

# The client must configure the authentication and authorization parameters
Expand Down
6 changes: 3 additions & 3 deletions docs/RefreshTokenApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# workplace_console_client.RefreshTokenApi

All URIs are relative to *http://127.0.0.1:8000/api*
All URIs are relative to *http://127.0.0.1:8001/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -23,10 +23,10 @@ from workplace_console_client.models.token_refresh import TokenRefresh
from workplace_console_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://127.0.0.1:8000/api
# Defining the host is optional and defaults to http://127.0.0.1:8001/api
# See configuration.py for a list of all supported configuration parameters.
configuration = workplace_console_client.Configuration(
host = "http://127.0.0.1:8000/api"
host = "http://127.0.0.1:8001/api"
)

# The client must configure the authentication and authorization parameters
Expand Down
6 changes: 3 additions & 3 deletions docs/ResetPasswordApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# workplace_console_client.ResetPasswordApi

All URIs are relative to *http://127.0.0.1:8000/api*
All URIs are relative to *http://127.0.0.1:8001/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -25,10 +25,10 @@ from workplace_console_client.models.password_reset import PasswordReset
from workplace_console_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://127.0.0.1:8000/api
# Defining the host is optional and defaults to http://127.0.0.1:8001/api
# See configuration.py for a list of all supported configuration parameters.
configuration = workplace_console_client.Configuration(
host = "http://127.0.0.1:8000/api"
host = "http://127.0.0.1:8001/api"
)

# The client must configure the authentication and authorization parameters
Expand Down
6 changes: 3 additions & 3 deletions docs/SubscriptionInfoApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# workplace_console_client.SubscriptionInfoApi

All URIs are relative to *http://127.0.0.1:8000/api*
All URIs are relative to *http://127.0.0.1:8001/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -25,10 +25,10 @@ from workplace_console_client.models.subscription_info_create200_response import
from workplace_console_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://127.0.0.1:8000/api
# Defining the host is optional and defaults to http://127.0.0.1:8001/api
# See configuration.py for a list of all supported configuration parameters.
configuration = workplace_console_client.Configuration(
host = "http://127.0.0.1:8000/api"
host = "http://127.0.0.1:8001/api"
)

# The client must configure the authentication and authorization parameters
Expand Down
Loading