GearPlug/dynamics365crm-python

Error on client.make_request for patch, post, put, delete methods

Opened this issue · 1 comments

Except for 'get', I'm getting error when try to use make_request for patch, post, put, and delete methods.
image

Can you show me example how to properly use use client.make_request() for post, delete, patch or put actions?

Seems client is working as expected, so maybe parameters or authentication are failing.