tylersuchan / symphoni

Apache License 2.0
0 stars 0 forks source link

Create User Resource #86

Open tylersuchan opened 5 years ago

tylersuchan commented 5 years ago

Create a User Resource class in order to abstract our api a bit more. A user must specify a username and party code in order to be added to the list of users within the party. Completing this will help us handle voting.

Task Test: Verify user is added from the API by implementing tests for the API.

vnbruno commented 5 years ago

Tyler tested the tests, all working!