Release 2.3.0
Summary:
- Support for Python 2.7 is removed. Python 2.7 will be EOL on 2020-01-01.
- Support for specifying an API key through the constructor (
client = Client(api_key=...
) is removed. Useclient.set_api_key()
orclient.set_access_token()
instead. - Support for
Method.pricing
is added.