What I need to do is to have something like:
/api/users/me to point to my current user.


Requirements:
1) I need to be able to do GET, PUT on the object

One of the following can be helpful:
1) Bind url path to record
2) Custom callback to return the serialization object

So, what is the best way in this situation ?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-rest-framework+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to