python-simple-rest-client
python-simple-rest-client copied to clipboard
How to code for composite primary key?
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?