Skip to content

Commit 243c0dc

Browse files
committed
1 parent 3313458 commit 243c0dc

76 files changed

Lines changed: 107 additions & 90 deletions

File tree

Some content is hidden

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

CHANGELOG.md

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

3+
## [2.3.0] - 2024-07-01
4+
5+
- Updated URLR API version to 1.3
6+
37
## [2.2.0] - 2024-06-16
48

59
- Updated URLR API version to 1.2

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# urlr@2.2.0
1+
# urlr@2.3.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

7-
- API version: 1.2
8-
- Package version: 2.2.0
7+
- API version: 1.3
8+
- Package version: 2.3.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/CreateLinkRequest.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ Name | Type | Description | Notes
88
**url** | **str** | URL to shorten |
99
**team_id** | **str** | Team API ID |
1010
**folder_id** | **str** | Folder API ID | [optional]
11+
**domain** | **str** | Domain | [optional]
1112
**code** | **str** | Custom short code | [optional]
1213
**label** | **str** | Label | [optional]
1314
**password** | **str** | Password | [optional]
1415
**qrcode** | [**CreateLinkRequestQrcode**](CreateLinkRequestQrcode.md) | | [optional]
1516
**metatag** | [**CreateLinkRequestMetatag**](CreateLinkRequestMetatag.md) | | [optional]
1617
**expired_at** | **datetime** | Expiration date | [optional]
18+
**expired_url** | **str** | Expiration URL | [optional]
1719

1820
## Example
1921

docs/GetLink200Response.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Name | Type | Description | Notes
1818
**created_at** | **datetime** | Creation date | [optional]
1919
**updated_at** | **datetime** | Modification date | [optional]
2020
**expired_at** | **datetime** | Expiration date | [optional]
21+
**expired_url** | **str** | Expiration URL | [optional]
2122

2223
## Example
2324

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "urlr"
3-
version = "2.2.0"
3+
version = "2.3.0"
44
description = "Python client for URLR"
55
authors = ["URLR <contact@urlr.me>"]
66
license = "MIT"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
API powering the features of URLR.<br><br>Note that in order to facilitate integration, we provide SDKs for various languages at https://github.com/URLR.<br><br>Key API principles:<br> <ul><li>All dates follow **ISO-8601** format</li><li>Most errors follow **RFC 9457** standard</li><li>All responses are delivered in English</li></ul>
77
8-
The version of the OpenAPI document: 1.2
8+
The version of the OpenAPI document: 1.3
99
Contact: contact@urlr.me
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -22,7 +22,7 @@
2222
# prerequisite: setuptools
2323
# http://pypi.python.org/pypi/setuptools
2424
NAME = "urlr"
25-
VERSION = "2.2.0"
25+
VERSION = "2.3.0"
2626
PYTHON_REQUIRES = ">=3.7"
2727
REQUIRES = [
2828
"urllib3 >= 1.25.3, < 2.1.0",

test/test_access_tokens_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
API powering the features of URLR.<br><br>Note that in order to facilitate integration, we provide SDKs for various languages at https://github.com/URLR.<br><br>Key API principles:<br> <ul><li>All dates follow **ISO-8601** format</li><li>Most errors follow **RFC 9457** standard</li><li>All responses are delivered in English</li></ul>
77
8-
The version of the OpenAPI document: 1.2
8+
The version of the OpenAPI document: 1.3
99
Contact: contact@urlr.me
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

test/test_create_access_token200_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
API powering the features of URLR.<br><br>Note that in order to facilitate integration, we provide SDKs for various languages at https://github.com/URLR.<br><br>Key API principles:<br> <ul><li>All dates follow **ISO-8601** format</li><li>Most errors follow **RFC 9457** standard</li><li>All responses are delivered in English</li></ul>
77
8-
The version of the OpenAPI document: 1.2
8+
The version of the OpenAPI document: 1.3
99
Contact: contact@urlr.me
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

test/test_create_access_token401_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
API powering the features of URLR.<br><br>Note that in order to facilitate integration, we provide SDKs for various languages at https://github.com/URLR.<br><br>Key API principles:<br> <ul><li>All dates follow **ISO-8601** format</li><li>Most errors follow **RFC 9457** standard</li><li>All responses are delivered in English</li></ul>
77
8-
The version of the OpenAPI document: 1.2
8+
The version of the OpenAPI document: 1.3
99
Contact: contact@urlr.me
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

test/test_create_access_token_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
API powering the features of URLR.<br><br>Note that in order to facilitate integration, we provide SDKs for various languages at https://github.com/URLR.<br><br>Key API principles:<br> <ul><li>All dates follow **ISO-8601** format</li><li>Most errors follow **RFC 9457** standard</li><li>All responses are delivered in English</li></ul>
77
8-
The version of the OpenAPI document: 1.2
8+
The version of the OpenAPI document: 1.3
99
Contact: contact@urlr.me
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)