geocoders / geocoder-tester

Run search queries against a geocoder that supports geocodejson spec.
Other
40 stars 23 forks source link

Allow for different flavours of API #50

Closed lonvia closed 4 years ago

lonvia commented 4 years ago

I'm in the process of setting up these tests to be usable against the Nominatim API. The API has slightly different input parameters. Setting up proxy servers is inconvenient for me because I need to run the tests against different installation. So this PR goes a different way. It adds an --api-type parameter which allows to select a translator for input parameters. At the moment there is the default translator which implements the old behaviour and a nominatim translator that is able to run the tests against the Nominatim API.

On a more general note: I see that this repository has been inactive for a while. Does it even make sense to run PRs here or am I better off forking?

yohanboniface commented 4 years ago

On a more general note: I see that this repository has been inactive for a while. Does it even make sense to run PRs here or am I better off forking?

Sent you invite to have rights on this repo :)

Bread day for me, I'll have a deeper look at your PR a bit later.