Closed shu8 closed 4 years ago
This adds a limit query parameter to the /standups API endpoint, when also using the user query parameter, to get multiple standups.
limit
user
I've also added a createdAt field to the returned JSON, which will be useful when showing the standups in the webapp!
createdAt
Closes #7.
This adds a
limit
query parameter to the /standups API endpoint, when also using theuser
query parameter, to get multiple standups.I've also added a
createdAt
field to the returned JSON, which will be useful when showing the standups in the webapp!Closes #7.