mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-27 10:43:02 +03:00
bef5cea48e
This switches the input parameters for API calls to a generic keyword argument catch-all which is then loaded into a dataclass where the parameters are checked and forwarded to internal function. The dataclass gives more flexibility with the parameters and makes it easier to reuse common parameters for the different API calls. |
||
---|---|---|
.. | ||
__init__.py | ||
add_data.py | ||
admin.py | ||
api.py | ||
args.py | ||
freeze.py | ||
index.py | ||
refresh.py | ||
replication.py | ||
setup.py | ||
special_phrases.py |