basecrm-python
basecrm-python copied to clipboard
BaseCRM API Client for Python
This PR addes `datetime`, `date`, `time` & `UUID` to the custom JSONEncoder in the same way django does in there [DjangoJSONEncoder](https://github.com/django/django/blob/216eb63883050f6a3bf5d306e42972e7a6b6dff5/django/core/serializers/json.py#L77) Solves #43
The extended `JSONEncoder` lacks support for `datetime`. An easy way to fix that is to borrow the [DjangoJSONEncoder](https://github.com/django/django/blob/216eb63883050f6a3bf5d306e42972e7a6b6dff5/django/core/serializers/json.py#L77)
Hi, will the Upsert method be released for `basecrm`? https://developer.zendesk.com/api-reference/sales-crm/resources/contacts/#upsert-a-contact
Hi, It took me a while to find the documentation for this client. Would it be possible to move the documentation from branch *v1.2.6* to *master*? Or at least add...
Last version of the library has an update to add the key "added_on", but the property of the deal is named "added_at" [ in the docs](https://developers.getbase.com/docs/rest/reference/deals)
When I want to pass along `'custom_fields[Name#3]'`, it gets sent as the invalid `custom_fields/Name#3`
- dynamic versioning + semver - use tox Signed-off-by: Max Kovgan
Hello. Sometimes I had the following error when I call `basecrm.services.ContactsService.create()`. Package version is `basecrm-1.1.1` HTTP status is 404 and `errors_payload` is `{"error": "not_found"}` File "/opt/python/run/venv/local/lib/python3.4/site-packages/basecrm/services.py" line 180 in create...