python-simple-rest-client icon indicating copy to clipboard operation
python-simple-rest-client copied to clipboard

Simple REST client for python 3.8+

Results 12 python-simple-rest-client issues
Sort by recently updated
recently updated
newest added

The primary key in example is ONLY one field: `response = api.users.retrieve(2, body=None, params={}, headers={})` How to code if the the primary key combinate two fields?

The `Resource`, under the method `add_action`, will try to `.update()` the `request.params`, implying that `params` should be a `dict`. There are cases in which one would want to manually pass...