-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to generator 5.0.0 * 5.1.0 * Test with standard for model generic * Re-add partial * Bite some bullets * Remove custom template * Generate version automatically * 5.2.1 * Things * Fix missing_method * Fix error message * Update version * Update changelog * Remove explicit json dependency * Update CHANGELOG.md Co-authored-by: James Klein <[email protected]> Co-authored-by: James Klein <[email protected]>
- Loading branch information
Showing
54 changed files
with
835 additions
and
550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
The version of the OpenAPI document: v1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 4.3.1 | ||
OpenAPI Generator version: 5.2.1 | ||
=end | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
The version of the OpenAPI document: v1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 4.3.1 | ||
OpenAPI Generator version: 5.2.1 | ||
=end | ||
|
||
|
@@ -70,15 +70,16 @@ def create_bitcoin_estimate_with_http_info(create_bitcoin_estimate_request, opts | |
form_params = opts[:form_params] || {} | ||
|
||
# http body (model) | ||
post_body = opts[:body] || @api_client.object_to_http_body(create_bitcoin_estimate_request) | ||
post_body = opts[:debug_body] || @api_client.object_to_http_body(create_bitcoin_estimate_request) | ||
|
||
# return_type | ||
return_type = opts[:return_type] || 'EstimateResponse' | ||
return_type = opts[:debug_return_type] || 'EstimateResponse' | ||
|
||
# auth_names | ||
auth_names = opts[:auth_names] || ['bearer_auth'] | ||
auth_names = opts[:debug_auth_names] || ['bearer_auth'] | ||
|
||
new_options = opts.merge( | ||
:operation => :"EstimatesApi.create_bitcoin_estimate", | ||
:header_params => header_params, | ||
:query_params => query_params, | ||
:form_params => form_params, | ||
|
@@ -134,15 +135,16 @@ def create_ethereum_estimate_with_http_info(create_ethereum_estimate_request, op | |
form_params = opts[:form_params] || {} | ||
|
||
# http body (model) | ||
post_body = opts[:body] || @api_client.object_to_http_body(create_ethereum_estimate_request) | ||
post_body = opts[:debug_body] || @api_client.object_to_http_body(create_ethereum_estimate_request) | ||
|
||
# return_type | ||
return_type = opts[:return_type] || 'EstimateResponse' | ||
return_type = opts[:debug_return_type] || 'EstimateResponse' | ||
|
||
# auth_names | ||
auth_names = opts[:auth_names] || ['bearer_auth'] | ||
auth_names = opts[:debug_auth_names] || ['bearer_auth'] | ||
|
||
new_options = opts.merge( | ||
:operation => :"EstimatesApi.create_ethereum_estimate", | ||
:header_params => header_params, | ||
:query_params => query_params, | ||
:form_params => form_params, | ||
|
@@ -198,15 +200,16 @@ def create_flight_estimate_with_http_info(create_flight_estimate_request, opts = | |
form_params = opts[:form_params] || {} | ||
|
||
# http body (model) | ||
post_body = opts[:body] || @api_client.object_to_http_body(create_flight_estimate_request) | ||
post_body = opts[:debug_body] || @api_client.object_to_http_body(create_flight_estimate_request) | ||
|
||
# return_type | ||
return_type = opts[:return_type] || 'EstimateResponse' | ||
return_type = opts[:debug_return_type] || 'EstimateResponse' | ||
|
||
# auth_names | ||
auth_names = opts[:auth_names] || ['bearer_auth'] | ||
auth_names = opts[:debug_auth_names] || ['bearer_auth'] | ||
|
||
new_options = opts.merge( | ||
:operation => :"EstimatesApi.create_flight_estimate", | ||
:header_params => header_params, | ||
:query_params => query_params, | ||
:form_params => form_params, | ||
|
@@ -262,15 +265,16 @@ def create_mass_estimate_with_http_info(create_mass_estimate_request, opts = {}) | |
form_params = opts[:form_params] || {} | ||
|
||
# http body (model) | ||
post_body = opts[:body] || @api_client.object_to_http_body(create_mass_estimate_request) | ||
post_body = opts[:debug_body] || @api_client.object_to_http_body(create_mass_estimate_request) | ||
|
||
# return_type | ||
return_type = opts[:return_type] || 'EstimateResponse' | ||
return_type = opts[:debug_return_type] || 'EstimateResponse' | ||
|
||
# auth_names | ||
auth_names = opts[:auth_names] || ['bearer_auth'] | ||
auth_names = opts[:debug_auth_names] || ['bearer_auth'] | ||
|
||
new_options = opts.merge( | ||
:operation => :"EstimatesApi.create_mass_estimate", | ||
:header_params => header_params, | ||
:query_params => query_params, | ||
:form_params => form_params, | ||
|
@@ -326,15 +330,16 @@ def create_shipping_estimate_with_http_info(create_shipping_estimate_request, op | |
form_params = opts[:form_params] || {} | ||
|
||
# http body (model) | ||
post_body = opts[:body] || @api_client.object_to_http_body(create_shipping_estimate_request) | ||
post_body = opts[:debug_body] || @api_client.object_to_http_body(create_shipping_estimate_request) | ||
|
||
# return_type | ||
return_type = opts[:return_type] || 'EstimateResponse' | ||
return_type = opts[:debug_return_type] || 'EstimateResponse' | ||
|
||
# auth_names | ||
auth_names = opts[:auth_names] || ['bearer_auth'] | ||
auth_names = opts[:debug_auth_names] || ['bearer_auth'] | ||
|
||
new_options = opts.merge( | ||
:operation => :"EstimatesApi.create_shipping_estimate", | ||
:header_params => header_params, | ||
:query_params => query_params, | ||
:form_params => form_params, | ||
|
@@ -390,15 +395,16 @@ def create_vehicle_estimate_with_http_info(create_vehicle_estimate_request, opts | |
form_params = opts[:form_params] || {} | ||
|
||
# http body (model) | ||
post_body = opts[:body] || @api_client.object_to_http_body(create_vehicle_estimate_request) | ||
post_body = opts[:debug_body] || @api_client.object_to_http_body(create_vehicle_estimate_request) | ||
|
||
# return_type | ||
return_type = opts[:return_type] || 'EstimateResponse' | ||
return_type = opts[:debug_return_type] || 'EstimateResponse' | ||
|
||
# auth_names | ||
auth_names = opts[:auth_names] || ['bearer_auth'] | ||
auth_names = opts[:debug_auth_names] || ['bearer_auth'] | ||
|
||
new_options = opts.merge( | ||
:operation => :"EstimatesApi.create_vehicle_estimate", | ||
:header_params => header_params, | ||
:query_params => query_params, | ||
:form_params => form_params, | ||
|
@@ -452,15 +458,16 @@ def retrieve_estimate_with_http_info(id, opts = {}) | |
form_params = opts[:form_params] || {} | ||
|
||
# http body (model) | ||
post_body = opts[:body] | ||
post_body = opts[:debug_body] | ||
|
||
# return_type | ||
return_type = opts[:return_type] || 'EstimateResponse' | ||
return_type = opts[:debug_return_type] || 'EstimateResponse' | ||
|
||
# auth_names | ||
auth_names = opts[:auth_names] || ['bearer_auth'] | ||
auth_names = opts[:debug_auth_names] || ['bearer_auth'] | ||
|
||
new_options = opts.merge( | ||
:operation => :"EstimatesApi.retrieve_estimate", | ||
:header_params => header_params, | ||
:query_params => query_params, | ||
:form_params => form_params, | ||
|
@@ -511,15 +518,16 @@ def retrieve_estimates_with_http_info(opts = {}) | |
form_params = opts[:form_params] || {} | ||
|
||
# http body (model) | ||
post_body = opts[:body] | ||
post_body = opts[:debug_body] | ||
|
||
# return_type | ||
return_type = opts[:return_type] || 'EstimateListResponse' | ||
return_type = opts[:debug_return_type] || 'EstimateListResponse' | ||
|
||
# auth_names | ||
auth_names = opts[:auth_names] || ['bearer_auth'] | ||
auth_names = opts[:debug_auth_names] || ['bearer_auth'] | ||
|
||
new_options = opts.merge( | ||
:operation => :"EstimatesApi.retrieve_estimates", | ||
:header_params => header_params, | ||
:query_params => query_params, | ||
:form_params => form_params, | ||
|
Oops, something went wrong.