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

How to code for composite primary key?

Open suc1 opened this issue 1 year ago • 0 comments

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?

suc1 avatar Apr 12 '24 16:04 suc1