closeio / closeio-api

Python API Client for Close
http://developer.close.com/
MIT License
65 stars 47 forks source link

Set up a default User Agent #80

Closed philfreo closed 4 years ago

philfreo commented 7 years ago

Default user agent should include something like "python closeio v{VERSION} {whatever requests already includes}" so we can identify usages of this client and which version people are on.

JohnLZeller commented 7 years ago

@philfreo I added a PR that solves this :)