]> git.openstreetmap.org Git - nominatim.git/commit
rename lookup() API to details and add lookup call
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 3 Apr 2023 09:11:11 +0000 (11:11 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 3 Apr 2023 12:40:41 +0000 (14:40 +0200)
commit6e81596609518d9202a00bd457af0a75648d30d9
tree648dc084b9f9890602830ed9d001a72ff54413d7
parent4607c7ed04188e8e558949553b5c84fb86f351d0
rename lookup() API to details and add lookup call

The initial plan to serve /details and /lookup endpoints from
the same API call turned out to be impractical, so the API now
also has deparate functions for both.
nominatim/api/core.py
nominatim/api/v1/server_glue.py
nominatim/clicmd/api.py
test/python/api/test_api_details.py [moved from test/python/api/test_api_lookup.py with 95% similarity]
test/python/api/test_server_glue_v1.py
test/python/cli/test_cmd_api.py