nominatim_api_client 0.1.0
nominatim_api_client: ^0.1.0 copied to clipboard
A client for accessing the Nominatim API. Please note that Client for Nominatim API is unofficial and not endorsed by OpenStreetMap.
Changelog #
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.1.0 - 2025-09-09 #
Features #
- add search endpoint (e61f0ae)
Code Refactoring #
- add authority uri constant (bc2f45d)
- add email address client (3dcd55d)
- add geo json model (fdb7069)
- add library and export directives (a388947)
- add nominatim api client (e30ebe7)
- add nominatim api client example (296a2b4)
- add nominatim api client exception (43eb2cc)
- add search result model (e375bcc)
- add user agent client (a2f21d0)
- remove binary file (084f9e6)
- remove test file (38929f5)
Documentation #
- add getting started (ac1286b)