GET http://o-portfolio-api-2.herokuapp.com/authenticate
Returns 200: user_hash or 401
POST http://o-portfolio-api-2.herokuapp.com/users
Expects {first_name: "Foobar", last_name: "Foobar", email: "Foobar@foobar.com", password: "Foobar"}
GET http://o-portfolio-api-2.herokuapp.com/users/1
PUT http://o-portfolio-api-2.herokuapp.com/users/1
GET http://o-portfolio-api-2.herokuapp.com/entries
POST http://o-portfolio-api-2.herokuapp.com/entries
GET http://o-portfolio-api-2.herokuapp.com/entries/1
PUT http://o-portfolio-api-2.herokuapp.com/entries/1
DELETE http://o-portfolio-api-2.herokuapp.com/entries/1
Copyright © 2013, oPortfolio Team. oPortfolio is developed and maintained by Jeremy Walker and Ed Wallitt. It is supported by Meducation, Podmedics, and Doctors on Rails. It is released under the open MIT Licence.


