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
in my application i have a 'user' model, and sometimes i want to findRecord('user', 'me'), which in my user adapter translates to the endpoint GET /user (singular, for retrieving the authenticated user from my API)
how could i use an http GET mock (mockFind?) to use that in development (hit up singular 'user' as opposed to 'users')?
The text was updated successfully, but these errors were encountered:
in my application i have a 'user' model, and sometimes i want to
findRecord('user', 'me')
, which in my user adapter translates to the endpointGET /user
(singular, for retrieving the authenticated user from my API)how could i use an http GET mock (mockFind?) to use that in development (hit up singular 'user' as opposed to 'users')?
The text was updated successfully, but these errors were encountered: