fixed bug in request.get and added new Entry endpoint object#8
fixed bug in request.get and added new Entry endpoint object#8neywen wants to merge 2 commits intomoltin:developfrom neywen:develop
Conversation
… not 'data', for a get request
…y, find_by, delete_entry
|
You'll have to excuse my python skills. Are there any tests to update along with this? |
|
I'm not a Python expert either :) I just saw that it was not working correctly, and I saw in the python requests documentation that the parameter has a different name in the case of the "get" request. I know I should have added more unitary tests, yeah. not doing so is baaaad. Here are the unitary tests I use in my app, I'll let you decide what's the best move for the next step : l. |
fixed bug in request.get:
payload parameter name should be 'params', not 'data', for a get request
added new Entry endpoint object,
with methods to easily manage the Flows entries