Skip to content

Commit 7341795

Browse files
committed
1 parent a0897f9 commit 7341795

42 files changed

Lines changed: 167 additions & 148 deletions

Some content is hidden

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

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.3.0
1+
7.5.0

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.2.0] - 2024-04-02
4+
5+
- Updated URLR API version to 0.4
6+
- Updated to OpenAPI Generator 7.5.0
7+
38
## [1.1.0] - 2024-02-13
49

510
- Add two new endpoints

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# urlr@1.1.0
1+
# urlr@1.2.0
22

33
![PyPI - Version](https://img.shields.io/pypi/v/urlr) ![PyPI - Downloads](https://img.shields.io/pypi/dm/urlr) ![PyPI - License](https://img.shields.io/pypi/l/urlr)
44

55
This SDK is automatically generated with the [OpenAPI Generator](https://openapi-generator.tech) project.
66

77
- API version: 0.3
8-
- Package version: 1.1.0
8+
- Package version: 1.2.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

1111
For more information, please visit [https://urlr.me/en](https://urlr.me/en)

docs/Authentification200Response.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ json = "{}"
1717
# create an instance of Authentification200Response from a JSON string
1818
authentification200_response_instance = Authentification200Response.from_json(json)
1919
# print the JSON string representation of the object
20-
print Authentification200Response.to_json()
20+
print(Authentification200Response.to_json())
2121

2222
# convert the object into a dict
2323
authentification200_response_dict = authentification200_response_instance.to_dict()
2424
# create an instance of Authentification200Response from a dict
25-
authentification200_response_form_dict = authentification200_response.from_dict(authentification200_response_dict)
25+
authentification200_response_from_dict = Authentification200Response.from_dict(authentification200_response_dict)
2626
```
2727
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2828

docs/Authentification401Response.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ json = "{}"
1818
# create an instance of Authentification401Response from a JSON string
1919
authentification401_response_instance = Authentification401Response.from_json(json)
2020
# print the JSON string representation of the object
21-
print Authentification401Response.to_json()
21+
print(Authentification401Response.to_json())
2222

2323
# convert the object into a dict
2424
authentification401_response_dict = authentification401_response_instance.to_dict()
2525
# create an instance of Authentification401Response from a dict
26-
authentification401_response_form_dict = authentification401_response.from_dict(authentification401_response_dict)
26+
authentification401_response_from_dict = Authentification401Response.from_dict(authentification401_response_dict)
2727
```
2828
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2929

docs/AuthentificationRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ json = "{}"
1818
# create an instance of AuthentificationRequest from a JSON string
1919
authentification_request_instance = AuthentificationRequest.from_json(json)
2020
# print the JSON string representation of the object
21-
print AuthentificationRequest.to_json()
21+
print(AuthentificationRequest.to_json())
2222

2323
# convert the object into a dict
2424
authentification_request_dict = authentification_request_instance.to_dict()
2525
# create an instance of AuthentificationRequest from a dict
26-
authentification_request_form_dict = authentification_request.from_dict(authentification_request_dict)
26+
authentification_request_from_dict = AuthentificationRequest.from_dict(authentification_request_dict)
2727
```
2828
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2929

docs/Folder200Response.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ json = "{}"
1717
# create an instance of Folder200Response from a JSON string
1818
folder200_response_instance = Folder200Response.from_json(json)
1919
# print the JSON string representation of the object
20-
print Folder200Response.to_json()
20+
print(Folder200Response.to_json())
2121

2222
# convert the object into a dict
2323
folder200_response_dict = folder200_response_instance.to_dict()
2424
# create an instance of Folder200Response from a dict
25-
folder200_response_form_dict = folder200_response.from_dict(folder200_response_dict)
25+
folder200_response_from_dict = Folder200Response.from_dict(folder200_response_dict)
2626
```
2727
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2828

docs/Folder200ResponseFoldersInner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ json = "{}"
1818
# create an instance of Folder200ResponseFoldersInner from a JSON string
1919
folder200_response_folders_inner_instance = Folder200ResponseFoldersInner.from_json(json)
2020
# print the JSON string representation of the object
21-
print Folder200ResponseFoldersInner.to_json()
21+
print(Folder200ResponseFoldersInner.to_json())
2222

2323
# convert the object into a dict
2424
folder200_response_folders_inner_dict = folder200_response_folders_inner_instance.to_dict()
2525
# create an instance of Folder200ResponseFoldersInner from a dict
26-
folder200_response_folders_inner_form_dict = folder200_response_folders_inner.from_dict(folder200_response_folders_inner_dict)
26+
folder200_response_folders_inner_from_dict = Folder200ResponseFoldersInner.from_dict(folder200_response_folders_inner_dict)
2727
```
2828
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2929

docs/FolderRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ json = "{}"
1717
# create an instance of FolderRequest from a JSON string
1818
folder_request_instance = FolderRequest.from_json(json)
1919
# print the JSON string representation of the object
20-
print FolderRequest.to_json()
20+
print(FolderRequest.to_json())
2121

2222
# convert the object into a dict
2323
folder_request_dict = folder_request_instance.to_dict()
2424
# create an instance of FolderRequest from a dict
25-
folder_request_form_dict = folder_request.from_dict(folder_request_dict)
25+
folder_request_from_dict = FolderRequest.from_dict(folder_request_dict)
2626
```
2727
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2828

docs/ReduceLink200Response.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ json = "{}"
2323
# create an instance of ReduceLink200Response from a JSON string
2424
reduce_link200_response_instance = ReduceLink200Response.from_json(json)
2525
# print the JSON string representation of the object
26-
print ReduceLink200Response.to_json()
26+
print(ReduceLink200Response.to_json())
2727

2828
# convert the object into a dict
2929
reduce_link200_response_dict = reduce_link200_response_instance.to_dict()
3030
# create an instance of ReduceLink200Response from a dict
31-
reduce_link200_response_form_dict = reduce_link200_response.from_dict(reduce_link200_response_dict)
31+
reduce_link200_response_from_dict = ReduceLink200Response.from_dict(reduce_link200_response_dict)
3232
```
3333
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3434

0 commit comments

Comments
 (0)