Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ndogz309/bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.Log in

curl -H "Content-Type: application/json" -d '{"session":{"email":"[email protected]","password":"password"}}' -X POST http://localhost:3000/api/v1/sessions

2.make a new user

curl -H "Content-Type: application/json" -d '{"user":{"email":"[email protected]","name":"apitest123","password":"password"}}' -X POST http://localhost:3000/api/v1/users

return user including auth token

About

save content from web for later

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •