January 26th, 2015
This week:
Day 1 1/19/2015 Today:
* whoops, missed an api endpoint for creating a user :P
* create a new endpoint for registering
* POST /user ? - that makes sense, keep POST /users for admin functionality
Next steps:Day 2 1/20/2015 Today:
Day 3 1/21/2015 Today:
Day 4 1/22/2015 Today:
* Trying the resource path again to see if I can get that working properly for the todos endpoints
* Got form put in and a list of todos, nothing fancy yet
Next steps:Day 5 1/23/2015 Today:
Day 6 1/24/2015 Today:
* add todo
* complete todo
* Looks like there is no default method for PUT, which is what should be used for REST interfaces, need a custom method for update
* Also, need to make sure that we use Auth headers when sending requests
* http://blog.brunoscopelliti.com/authentication-to-a-restful-web-service-in-an-angularjs-web-app
* and also need to override/add a new method for update
* but still have a question about adding custom headers for each of the default methods
* will try what I have and see if it works
Next steps:Day 7 1/25/2015 Today:
Weekly Recap: Accomplishments: