Given recent changes on Overpass API, should there be a default user agent?
headers={"Accept-Charset": "utf-8;q=0.7,*;q=0.7", 'User-Agent': 'overpass-api-python-wrapper 0.7' }
As an alternative, should overpass.API() have a required user_agent argument that gets appended to the default headers? That way, different library users would be distinguishable.
Happy to propose a change (PR), just wanted to get input on the preferred approach.
Given recent changes on Overpass API, should there be a default user agent?
```
headers={"Accept-Charset": "utf-8;q=0.7,*;q=0.7", 'User-Agent': 'overpass-api-python-wrapper 0.7' }
```
As an alternative, should `overpass.API()` have a required `user_agent` argument that gets appended to the default headers? That way, different library users would be distinguishable.
Happy to propose a change (PR), just wanted to get input on the preferred approach.