Skip to content

Commit

Permalink
Generated update for version 8.1.0. Please review before merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLab CI/CD committed Jul 18, 2024
1 parent a094f7d commit faa4f44
Show file tree
Hide file tree
Showing 45 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The openrouteservice library gives you painless access to the [openrouteservice]

| API Version | Package version | Build package |
| -------------- | ------------------ | ------------------ |
| 8.0.1 | 8.0.1 | io.swagger.codegen.v3.generators.python.PythonClientCodegen |
| 8.1.0 | 8.1.0 | io.swagger.codegen.v3.generators.python.PythonClientCodegen |

For further details, please visit:
- our [homepage](https://openrouteservice.org)
Expand Down
6 changes: 3 additions & 3 deletions docs/SnappingServiceApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Method | HTTP request | Description
Snapping Service

Returns a list of points snapped to the nearest edge in the graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned.
Returns a list of points snapped to the nearest edge in the routing graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned.

### Example
```python
Expand Down Expand Up @@ -66,7 +66,7 @@ Name | Type | Description | Notes
Snapping Service GeoJSON

Returns a GeoJSON FeatureCollection of points snapped to the nearest edge in the graph. In case an appropriate snapping point cannot be found within the specified search radius, it is omitted from the features array. The features provide the 'source_id' property, to match the results with the input location array (IDs start at 0).
Returns a GeoJSON FeatureCollection of points snapped to the nearest edge in the routing graph. In case an appropriate snapping point cannot be found within the specified search radius, it is omitted from the features array. The features provide the 'source_id' property, to match the results with the input location array (IDs start at 0).

### Example
```python
Expand Down Expand Up @@ -116,7 +116,7 @@ Name | Type | Description | Notes
Snapping Service JSON

Returns a list of points snapped to the nearest edge in the graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned.
Returns a list of points snapped to the nearest edge in the routing graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned.

### Example
```python
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/directions_service_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/elevation_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/geocode_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/isochrones_service_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/matrix_service_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/optimization_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/api/pois_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
16 changes: 8 additions & 8 deletions openrouteservice/api/snapping_service_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -35,7 +35,7 @@ def __init__(self, api_client=None):
def get_default(self, body, profile, **kwargs): # noqa: E501
"""Snapping Service # noqa: E501
Returns a list of points snapped to the nearest edge in the graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned. # noqa: E501
Returns a list of points snapped to the nearest edge in the routing graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
>>> thread = api.get_default(body, profile, async_req=True)
Expand All @@ -58,7 +58,7 @@ def get_default(self, body, profile, **kwargs): # noqa: E501
def get_default_with_http_info(self, body, profile, **kwargs): # noqa: E501
"""Snapping Service # noqa: E501
Returns a list of points snapped to the nearest edge in the graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned. # noqa: E501
Returns a list of points snapped to the nearest edge in the routing graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
>>> thread = api.get_default_with_http_info(body, profile, async_req=True)
Expand Down Expand Up @@ -142,7 +142,7 @@ def get_default_with_http_info(self, body, profile, **kwargs): # noqa: E501
def get_geo_json_snapping(self, body, profile, **kwargs): # noqa: E501
"""Snapping Service GeoJSON # noqa: E501
Returns a GeoJSON FeatureCollection of points snapped to the nearest edge in the graph. In case an appropriate snapping point cannot be found within the specified search radius, it is omitted from the features array. The features provide the 'source_id' property, to match the results with the input location array (IDs start at 0). # noqa: E501
Returns a GeoJSON FeatureCollection of points snapped to the nearest edge in the routing graph. In case an appropriate snapping point cannot be found within the specified search radius, it is omitted from the features array. The features provide the 'source_id' property, to match the results with the input location array (IDs start at 0). # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
>>> thread = api.get_geo_json_snapping(body, profile, async_req=True)
Expand All @@ -165,7 +165,7 @@ def get_geo_json_snapping(self, body, profile, **kwargs): # noqa: E501
def get_geo_json_snapping_with_http_info(self, body, profile, **kwargs): # noqa: E501
"""Snapping Service GeoJSON # noqa: E501
Returns a GeoJSON FeatureCollection of points snapped to the nearest edge in the graph. In case an appropriate snapping point cannot be found within the specified search radius, it is omitted from the features array. The features provide the 'source_id' property, to match the results with the input location array (IDs start at 0). # noqa: E501
Returns a GeoJSON FeatureCollection of points snapped to the nearest edge in the routing graph. In case an appropriate snapping point cannot be found within the specified search radius, it is omitted from the features array. The features provide the 'source_id' property, to match the results with the input location array (IDs start at 0). # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
>>> thread = api.get_geo_json_snapping_with_http_info(body, profile, async_req=True)
Expand Down Expand Up @@ -249,7 +249,7 @@ def get_geo_json_snapping_with_http_info(self, body, profile, **kwargs): # noqa
def get_json_snapping(self, body, profile, **kwargs): # noqa: E501
"""Snapping Service JSON # noqa: E501
Returns a list of points snapped to the nearest edge in the graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned. # noqa: E501
Returns a list of points snapped to the nearest edge in the routing graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
>>> thread = api.get_json_snapping(body, profile, async_req=True)
Expand All @@ -272,7 +272,7 @@ def get_json_snapping(self, body, profile, **kwargs): # noqa: E501
def get_json_snapping_with_http_info(self, body, profile, **kwargs): # noqa: E501
"""Snapping Service JSON # noqa: E501
Returns a list of points snapped to the nearest edge in the graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned. # noqa: E501
Returns a list of points snapped to the nearest edge in the routing graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
>>> thread = api.get_json_snapping_with_http_info(body, profile, async_req=True)
Expand Down
6 changes: 3 additions & 3 deletions openrouteservice/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -72,7 +72,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Swagger-Codegen/8.0.1/python'
self.user_agent = 'Swagger-Codegen/8.1.0/python'

def __del__(self):
self.pool.close()
Expand Down
8 changes: 4 additions & 4 deletions openrouteservice/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -246,6 +246,6 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 8.0.1\n"\
"SDK Package Version: 8.0.1".\
"Version of the API: 8.1.0\n"\
"SDK Package Version: 8.1.0".\
format(env=sys.platform, pyversion=sys.version)
4 changes: 2 additions & 2 deletions openrouteservice/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/models/alternative_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/models/directions_service_body.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions openrouteservice/models/elevation_line_body.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""
Openrouteservice
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
OpenAPI spec version: 8.0.1
OpenAPI spec version: 8.1.0
Contact: [email protected]
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
Loading

0 comments on commit faa4f44

Please sign in to comment.