Skip to content

Commit c8f343f

Browse files
author
Jakob Stolze
committed
feat: remove InlineResponse classes
1 parent 1a61040 commit c8f343f

File tree

123 files changed

+89
-11117
lines changed

Some content is hidden

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

123 files changed

+89
-11117
lines changed

README.md

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -133,56 +133,10 @@ Class | Method | HTTP request | Description
133133
- [DirectionsService1](docs/DirectionsService1.md)
134134
- [ElevationLineBody](docs/ElevationLineBody.md)
135135
- [ElevationPointBody](docs/ElevationPointBody.md)
136-
- [GeoJSONFeaturesObject](docs/GeoJSONFeaturesObject.md)
137-
- [GeoJSONGeometryObject](docs/GeoJSONGeometryObject.md)
138-
- [GeoJSONPropertiesObject](docs/GeoJSONPropertiesObject.md)
139-
- [GeoJSONPropertiesObjectCategoryIds](docs/GeoJSONPropertiesObjectCategoryIds.md)
140-
- [GeoJSONPropertiesObjectCategoryIdsCategoryId](docs/GeoJSONPropertiesObjectCategoryIdsCategoryId.md)
141-
- [GeoJSONPropertiesObjectOsmTags](docs/GeoJSONPropertiesObjectOsmTags.md)
142-
- [GeocodeResponse](docs/GeocodeResponse.md)
143-
- [InlineResponse200](docs/InlineResponse200.md)
144-
- [InlineResponse2001](docs/InlineResponse2001.md)
145-
- [InlineResponse2001Geometry](docs/InlineResponse2001Geometry.md)
146-
- [InlineResponse2002](docs/InlineResponse2002.md)
147-
- [InlineResponse2002Routes](docs/InlineResponse2002Routes.md)
148-
- [InlineResponse2002Steps](docs/InlineResponse2002Steps.md)
149-
- [InlineResponse2002Summary](docs/InlineResponse2002Summary.md)
150-
- [InlineResponse2002Unassigned](docs/InlineResponse2002Unassigned.md)
151-
- [InlineResponse2002Violations](docs/InlineResponse2002Violations.md)
152-
- [InlineResponse2003](docs/InlineResponse2003.md)
153-
- [InlineResponse2003Metadata](docs/InlineResponse2003Metadata.md)
154-
- [InlineResponse2004](docs/InlineResponse2004.md)
155-
- [InlineResponse2004Extras](docs/InlineResponse2004Extras.md)
156-
- [InlineResponse2004Instructions](docs/InlineResponse2004Instructions.md)
157-
- [InlineResponse2004Legs](docs/InlineResponse2004Legs.md)
158-
- [InlineResponse2004Maneuver](docs/InlineResponse2004Maneuver.md)
159-
- [InlineResponse2004Routes](docs/InlineResponse2004Routes.md)
160-
- [InlineResponse2004Segments](docs/InlineResponse2004Segments.md)
161-
- [InlineResponse2004Stops](docs/InlineResponse2004Stops.md)
162-
- [InlineResponse2004Summary](docs/InlineResponse2004Summary.md)
163-
- [InlineResponse2004Summary1](docs/InlineResponse2004Summary1.md)
164-
- [InlineResponse2004Warnings](docs/InlineResponse2004Warnings.md)
165-
- [InlineResponse2005](docs/InlineResponse2005.md)
166-
- [InlineResponse2005Features](docs/InlineResponse2005Features.md)
167-
- [InlineResponse2005Geometry](docs/InlineResponse2005Geometry.md)
168-
- [InlineResponse2005Metadata](docs/InlineResponse2005Metadata.md)
169-
- [InlineResponse2005MetadataEngine](docs/InlineResponse2005MetadataEngine.md)
170-
- [InlineResponse2006](docs/InlineResponse2006.md)
171-
- [InlineResponse2006Destinations](docs/InlineResponse2006Destinations.md)
172-
- [InlineResponse2006Metadata](docs/InlineResponse2006Metadata.md)
173-
- [InlineResponse2006Sources](docs/InlineResponse2006Sources.md)
174-
- [InlineResponse2007](docs/InlineResponse2007.md)
175-
- [InlineResponse2007Locations](docs/InlineResponse2007Locations.md)
176-
- [InlineResponse2007Metadata](docs/InlineResponse2007Metadata.md)
177-
- [InlineResponse2008](docs/InlineResponse2008.md)
178-
- [InlineResponse2008Features](docs/InlineResponse2008Features.md)
179-
- [InlineResponse2008Geometry](docs/InlineResponse2008Geometry.md)
180-
- [InlineResponse2008Properties](docs/InlineResponse2008Properties.md)
181-
- [InlineResponse200Geometry](docs/InlineResponse200Geometry.md)
182136
- [IsochronesProfileBody](docs/IsochronesProfileBody.md)
137+
- [JSONResponse](docs/JSONResponse.md)
183138
- [MatrixProfileBody](docs/MatrixProfileBody.md)
184139
- [OpenpoiservicePoiRequest](docs/OpenpoiservicePoiRequest.md)
185-
- [OpenpoiservicePoiResponse](docs/OpenpoiservicePoiResponse.md)
186140
- [OptimizationBody](docs/OptimizationBody.md)
187141
- [OptimizationBreaks](docs/OptimizationBreaks.md)
188142
- [OptimizationCosts](docs/OptimizationCosts.md)

docs/DirectionsServiceApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Method | HTTP request | Description
88
[**get_json_route**](DirectionsServiceApi.md#get_json_route) | **POST** /v2/directions/{profile}/json | Directions Service JSON
99

1010
# **get_geo_json_route**
11-
> InlineResponse2003 get_geo_json_route(body, profile)
11+
> JSONResponse get_geo_json_route(body, profile)
1212
1313
Directions Service GeoJSON
1414

@@ -50,7 +50,7 @@ Name | Type | Description | Notes
5050

5151
### Return type
5252

53-
[**InlineResponse2003**](InlineResponse2003.md)
53+
[**JSONResponse**](JSONResponse.md)
5454

5555
### Authorization
5656

@@ -64,7 +64,7 @@ Name | Type | Description | Notes
6464
[[Back to top]](#) [[Back to API list]](../README.md#documentation_for_api_endpoints) [[Back to Model list]](../README.md#documentation_for_models) [[Back to README]](../README.md)
6565

6666
# **get_json_route**
67-
> InlineResponse2004 get_json_route(body, profile)
67+
> JSONResponse get_json_route(body, profile)
6868
6969
Directions Service JSON
7070

@@ -106,7 +106,7 @@ Name | Type | Description | Notes
106106

107107
### Return type
108108

109-
[**InlineResponse2004**](InlineResponse2004.md)
109+
[**JSONResponse**](JSONResponse.md)
110110

111111
### Authorization
112112

docs/ElevationApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Method | HTTP request | Description
99
[**elevation_point_post**](ElevationApi.md#elevation_point_post) | **POST** /elevation/point | Elevation Point Service
1010

1111
# **elevation_line_post**
12-
> InlineResponse200 elevation_line_post(body)
12+
> JSONResponse elevation_line_post(body)
1313
1414
Elevation Line Service
1515

@@ -49,7 +49,7 @@ Name | Type | Description | Notes
4949

5050
### Return type
5151

52-
[**InlineResponse200**](InlineResponse200.md)
52+
[**JSONResponse**](JSONResponse.md)
5353

5454
### Authorization
5555

@@ -63,7 +63,7 @@ Name | Type | Description | Notes
6363
[[Back to top]](#) [[Back to API list]](../README.md#documentation_for_api_endpoints) [[Back to Model list]](../README.md#documentation_for_models) [[Back to README]](../README.md)
6464

6565
# **elevation_point_get**
66-
> InlineResponse2001 elevation_point_get(geometry, format_out=format_out, dataset=dataset)
66+
> JSONResponse elevation_point_get(geometry, format_out=format_out, dataset=dataset)
6767
6868
Elevation Point Service
6969

@@ -107,7 +107,7 @@ Name | Type | Description | Notes
107107

108108
### Return type
109109

110-
[**InlineResponse2001**](InlineResponse2001.md)
110+
[**JSONResponse**](JSONResponse.md)
111111

112112
### Authorization
113113

@@ -121,7 +121,7 @@ Name | Type | Description | Notes
121121
[[Back to top]](#) [[Back to API list]](../README.md#documentation_for_api_endpoints) [[Back to Model list]](../README.md#documentation_for_models) [[Back to README]](../README.md)
122122

123123
# **elevation_point_post**
124-
> InlineResponse2001 elevation_point_post(body)
124+
> JSONResponse elevation_point_post(body)
125125
126126
Elevation Point Service
127127

@@ -161,7 +161,7 @@ Name | Type | Description | Notes
161161

162162
### Return type
163163

164-
[**InlineResponse2001**](InlineResponse2001.md)
164+
[**JSONResponse**](JSONResponse.md)
165165

166166
### Authorization
167167

docs/GeoJSONFeature.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/GeoJSONFeatureGeometry.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/GeoJSONFeatureProperties.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/GeoJSONFeaturesObject.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/GeoJSONGeometryObject.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/GeoJSONPropertiesObject.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/GeoJSONPropertiesObjectCategoryIds.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)