Closed Honestpuck closed 11 months ago
I'm not inclined to go this route. All API methods return objects, or none. If there were an issue with the deletion (a non-2XX status) an exception would be raised and that's how you would know there was a problem.
Current
At the moment the delete and update methods for each endpoint are returning
None
regardless of success. They should return somethingProposed
I propose that
api_request
method return aBool
and the methods in question return the<object>_id
on success for those two methods in each endpointSystem Information
0.4a1 Release