Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. {"email":"somthing@something","password":"password"}
  2.  
  3. {
  4. id: 17
  5. email: "something@something"
  6. password: null
  7. need_password_reset: false
  8. fullname: "first last"
  9. is_inspector: true
  10. created_on: 1428342845000
  11. }
  12.  
  13. <resource path="/auth/">
  14. <method id="login" name="POST">
  15. <request>
  16. <representation mediaType="application/json"/>
  17. </request>
  18. <response>
  19. <representation mediaType="application/json"/>
  20. </response>
  21. </method>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement