python-overpy icon indicating copy to clipboard operation
python-overpy copied to clipboard

Documentation custom url parameter

Open Contrib1043 opened this issue 3 years ago • 0 comments

Maybe add some documentation on the custom url parameter? Didn't find it in documentation, but only in #73

E.g. something like this

_ Per default overpy uses the public main api (http://overpass-api.de/api/interpreter), but you may also use a custom api server by providing the url parameter.

.. code-block:: python

import overpy

overpy.Overpass(url='http://localhost/api/interpreter')

_

Contrib1043 avatar May 26 '21 06:05 Contrib1043