naurt-api 0.1.3

OpenAPI specification for Naurt's APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Options

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pretty_print** | Option<**bool**> | This will format the response in a more human readable way. Only recommended for debug, as it increases payload size  | [optional][default to false]
**verbose** | Option<**bool**> | Returns additional debug information about request processing. Only  recommended for debug, as it increases payload size  | [optional][default to false]
**structured_response** | Option<**bool**> | Adds the Naurt structured format of the address to the response  | [optional][default to false]
**geojson_type** | Option<[**models::GeojsonType**]GeojsonType.md> |  | [optional]
**return_original** | Option<**bool**> | Returns your original query back in the response  | [optional][default to false]
**input_filter** | Option<[**models::InputFilter**]InputFilter.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)