coldstar96 / cse403

Budget Manager Project
1 stars 2 forks source link

Api interface: Create and fetch all budgets #23

Closed brucec5 closed 11 years ago

brucec5 commented 11 years ago

This time it lets us create budgets, and also to fetch a list of the user's budgets.

CardboardAqueduct commented 11 years ago

There were a lot of lines in the diff that were just removing white space, but it shouldn't be there anyway.

Functionality was added for creating a Budget, and fetching all of a user's budgets. This fits the same style of functionality that the other API methods, and I see nothing wrong with the code.

It looks good to go.