You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi jashua,
thanks for this sample, very helpful.
Question.
I see how to:
Make a person (POST api/v1/people/: {"username":"Bill","age":"5"})
And if I create_api for computers then I can similarly do:
Make a computer (POST api/v1/computers/: {"name":"MyPC"})
But I do not see how to say that Bill owns the PC?
Many thanks if you've time to assist,
-Duncan.
The text was updated successfully, but these errors were encountered:
Hi jashua,
thanks for this sample, very helpful.
Question.
I see how to:
Make a person (POST api/v1/people/: {"username":"Bill","age":"5"})
And if I create_api for computers then I can similarly do:
Make a computer (POST api/v1/computers/: {"name":"MyPC"})
But I do not see how to say that Bill owns the PC?
Many thanks if you've time to assist,
-Duncan.
The text was updated successfully, but these errors were encountered: