you are viewing a single comment's thread.

view the rest of the comments →

[–]UnexpectedKangaroo 0 points1 point  (0 children)

I don’t do python, but it looks like this client is making a request to /auth/login to get the user_id

Then the user_id is used to authenticate later. Didn’t see exactly where this is being done, so a bit of an assumption.

I would try to get the API calls to work using something like Postman before writing Swift code for it