gwehrle / Overpass.jl

Julia wrapper for the OpenStreetMap Overpass API.
MIT License
2 stars 1 forks source link

endpoint default url and status #4

Closed kaat0 closed 4 days ago

kaat0 commented 1 week ago
gwehrle commented 5 days ago

Looks pretty nice. I'm really unsure about the renaming of OverpassStatus to EndpointStatus. From the users perspective you just get the current status of the Overpass API you're currently using, independent of the current endpoint / instance you're using.

But I also get your point. There is no general overpass status. So it's currently only the status of the endpoint you're using.

Still: If I'd execute Overpass.status() and EndpointStatus is returned I would be completely confused.

What do you think about just using 'Status'?

kaat0 commented 5 days ago

What do you think about just using 'Status'?

Agree!