Skip to content

Commit e75eb2e

Browse files
author
Flexify
committed
v2.14.2 build 1450
1 parent 4664924 commit e75eb2e

File tree

265 files changed

+800
-858
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+800
-858
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Python API Client for Flexify.IO Management Console
1+
# Python API Client for Flexify IO Management Console
22

3-
With [Flexify<sup>©</sup> IO](https://flexify.io/), storing your data in a cloud does not imply dependency on a single provider anymore!
3+
With [Flexify IO](https://flexify.io/), storing your data in a cloud does not imply dependency on a single provider anymore!
44

55
By unlocking your application from the specific cloud vendor or protocol, you finally gain the freedom to decide when and where to store your data. And we can migrate data too!
66

77
+ Get API token
8-
+ Enjoy Flexify.IO REST API
8+
+ Enjoy Flexify IO REST API
9+
10+
- API version: 2.14.2
911

1012
## Requirements
1113

1214
Python 2.7 and 3.4+
1315

14-
Flexify.IO API version 2.15.0-SNAPSHOT
15-
1616
## Installation & Usage
1717

1818
### pip install

docs/AddMigrationRequestMapping.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**cdn_url** | **str** | CDN base URL for GET operations during migration | [optional]
76
**dest_bucket_name** | **str** | Name of source destination or container |
87
**dest_bucket_new_region** | **str** | Region where the destination bucket will be created if it does not exist. null to use cloud&#39;s default region | [optional]
98
**dest_storage_account_id** | **int** | ID of source destination account |

docs/Mapping.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**cdn_url** | **str** | CDN base URL for GET operations during migration | [optional]
76
**dest_bucket** | [**Bucket**](Bucket.md) | Destination bucket/container |
87
**dest_bucket_new_region** | **str** | Region where bucket should be created if missing | [optional]
98
**dest_storage_account** | [**StorageAccount**](StorageAccount.md) | Destination storage account |

flexify_api/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# flake8: noqa
44

55
"""
6-
Flexify.IO User REST API
6+
Flexify IO User REST API
77
8-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
8+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
99
10-
OpenAPI spec version: 2.15.0-SNAPSHOT
10+
OpenAPI spec version: 2.14.2
1111
Contact: info@flexify.io
1212
Generated by: https://github.com/swagger-api/swagger-codegen.git
1313
"""

flexify_api/api/auth_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/auth_sso_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/azure_integration_o_auth_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/billing_account_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/cloud_locations_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/config_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/cost_estimate_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/endpoints_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/impersonation_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/log_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/migrations_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/partner_organizations_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/partner_sign_up_codes_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/partner_users_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/payments_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/providers_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/storage_accounts_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/storage_accounts_o_auth_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/storages_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/user_controller_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
"""
4-
Flexify.IO User REST API
4+
Flexify IO User REST API
55
6-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
6+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.15.0-SNAPSHOT
8+
OpenAPI spec version: 2.14.2
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api_client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# coding: utf-8
22
"""
3-
Flexify.IO User REST API
3+
Flexify IO User REST API
44
5-
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
5+
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify IO REST API # noqa: E501
66
7-
OpenAPI spec version: 2.15.0-SNAPSHOT
7+
OpenAPI spec version: 2.14.2
88
Contact: info@flexify.io
99
Generated by: https://github.com/swagger-api/swagger-codegen.git
1010
"""
@@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7474
self.default_headers[header_name] = header_value
7575
self.cookie = cookie
7676
# Set default User-Agent.
77-
self.user_agent = 'Swagger-Codegen/2.15.0.dev1447/python'
77+
self.user_agent = 'Swagger-Codegen/2.14.2/python'
7878
self.client_side_validation = configuration.client_side_validation
7979

8080
def __del__(self):

0 commit comments

Comments
 (0)