Class GeoNameApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<GeoNameNonAuthenticatedEntity> searchForCities(String term, String winkVersion) Find geo-name by term Finds a list of geo-name entities for a term that `sounds like`.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<GeoNameNonAuthenticatedEntity>>> searchForCitiesWithHttpInfo(String term, String winkVersion) Find geo-name by term Finds a list of geo-name entities for a term that `sounds like`.org.springframework.web.reactive.function.client.WebClient.ResponseSpecsearchForCitiesWithResponseSpec(String term, String winkVersion) Find geo-name by term Finds a list of geo-name entities for a term that `sounds like`.reactor.core.publisher.Flux<GeoNameNonAuthenticatedEntity> searchForCity(String searchTerm, String winkVersion) Search for city Searches for city matching search term.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<GeoNameNonAuthenticatedEntity>>> searchForCityWithHttpInfo(String searchTerm, String winkVersion) Search for city Searches for city matching search term.org.springframework.web.reactive.function.client.WebClient.ResponseSpecsearchForCityWithResponseSpec(String searchTerm, String winkVersion) Search for city Searches for city matching search term.voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<KeyValuePairNonAuthenticatedEntity> showContinents(String winkVersion) Show all continents List all continents.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>> showContinentsWithHttpInfo(String winkVersion) Show all continents List all continents.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowContinentsWithResponseSpec(String winkVersion) Show all continents List all continents.reactor.core.publisher.Flux<GeoNameCountryNonAuthenticatedEntity> showCountries1(String winkVersion) Show all countries List all countries.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<GeoNameCountryNonAuthenticatedEntity>>> showCountries1WithHttpInfo(String winkVersion) Show all countries List all countries.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowCountries1WithResponseSpec(String winkVersion) Show all countries List all countries.reactor.core.publisher.Mono<GeoNameNonAuthenticatedEntity> showGeoNameById(String geoNameId, String winkVersion) Find geo-name by identifier Finds geo-name by given identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GeoNameNonAuthenticatedEntity>> showGeoNameByIdWithHttpInfo(String geoNameId, String winkVersion) Find geo-name by identifier Finds geo-name by given identifier.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowGeoNameByIdWithResponseSpec(String geoNameId, String winkVersion) Find geo-name by identifier Finds geo-name by given identifier.showTimezones(String winkVersion) Show all time zones List all time zones.showTimezonesWithHttpInfo(String winkVersion) Show all time zones List all time zones.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowTimezonesWithResponseSpec(String winkVersion) Show all time zones List all time zones.
-
Constructor Details
-
GeoNameApi
public GeoNameApi() -
GeoNameApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
searchForCities
public reactor.core.publisher.Flux<GeoNameNonAuthenticatedEntity> searchForCities(String term, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Find geo-name by term Finds a list of geo-name entities for a term that `sounds like`.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
term- Geo-name term to be searchedwinkVersion- The winkVersion parameter- Returns:
- List<GeoNameNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
searchForCitiesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<GeoNameNonAuthenticatedEntity>>> searchForCitiesWithHttpInfo(String term, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Find geo-name by term Finds a list of geo-name entities for a term that `sounds like`.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
term- Geo-name term to be searchedwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<GeoNameNonAuthenticatedEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
searchForCitiesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec searchForCitiesWithResponseSpec(String term, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Find geo-name by term Finds a list of geo-name entities for a term that `sounds like`.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
term- Geo-name term to be searchedwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
searchForCity
public reactor.core.publisher.Flux<GeoNameNonAuthenticatedEntity> searchForCity(String searchTerm, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Search for city Searches for city matching search term.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
searchTerm- Search for city by search termwinkVersion- The winkVersion parameter- Returns:
- List<GeoNameNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
searchForCityWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<GeoNameNonAuthenticatedEntity>>> searchForCityWithHttpInfo(String searchTerm, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Search for city Searches for city matching search term.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
searchTerm- Search for city by search termwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<GeoNameNonAuthenticatedEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
searchForCityWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec searchForCityWithResponseSpec(String searchTerm, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Search for city Searches for city matching search term.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
searchTerm- Search for city by search termwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showContinents
public reactor.core.publisher.Flux<KeyValuePairNonAuthenticatedEntity> showContinents(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show all continents List all continents.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showContinentsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>> showContinentsWithHttpInfo(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show all continents List all continents.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showContinentsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showContinentsWithResponseSpec(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show all continents List all continents.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCountries1
public reactor.core.publisher.Flux<GeoNameCountryNonAuthenticatedEntity> showCountries1(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show all countries List all countries.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- List<GeoNameCountryNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCountries1WithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<GeoNameCountryNonAuthenticatedEntity>>> showCountries1WithHttpInfo(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show all countries List all countries.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<GeoNameCountryNonAuthenticatedEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCountries1WithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCountries1WithResponseSpec(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show all countries List all countries.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showGeoNameById
public reactor.core.publisher.Mono<GeoNameNonAuthenticatedEntity> showGeoNameById(String geoNameId, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Find geo-name by identifier Finds geo-name by given identifier.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
geoNameId- Geo-name identifierwinkVersion- The winkVersion parameter- Returns:
- GeoNameNonAuthenticatedEntity
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showGeoNameByIdWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GeoNameNonAuthenticatedEntity>> showGeoNameByIdWithHttpInfo(String geoNameId, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Find geo-name by identifier Finds geo-name by given identifier.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
geoNameId- Geo-name identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<GeoNameNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showGeoNameByIdWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showGeoNameByIdWithResponseSpec(String geoNameId, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Find geo-name by identifier Finds geo-name by given identifier.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
geoNameId- Geo-name identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showTimezones
public reactor.core.publisher.Mono<List<String>> showTimezones(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show all time zones List all time zones.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- List<String>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showTimezonesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<String>>> showTimezonesWithHttpInfo(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show all time zones List all time zones.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<String>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showTimezonesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showTimezonesWithResponseSpec(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show all time zones List all time zones.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-