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
I was wondering how to implement fetching the currently active user.
Normally, I would just call /api/v1/user. How can I achieve this behaviour with spraypaint?
Besides, a related question is concerning actions (which are indicated in the route). For example I would like a post by performing a get request to /api/v1/posts/1/like. Is there a possibility to add something to the route in a find request?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I was wondering how to implement fetching the currently active user.
Normally, I would just call
/api/v1/user
. How can I achieve this behaviour with spraypaint?Besides, a related question is concerning actions (which are indicated in the route). For example I would like a post by performing a get request to
/api/v1/posts/1/like
. Is there a possibility to add something to the route in a find request?Thanks in advance!
The text was updated successfully, but these errors were encountered: