shu8 / fellowhub

FellowHub is the love child of the MLH Fellowship and GitHub—an all-encompassing platform with a profusion of features to fire up fellow engagement 😅 and make fellows' lives easier 😀 and to get every fellow a job! 😮
https://fellowhub.tech
MIT License
5 stars 1 forks source link

Add support for fetching multiple standups for a user #8

Closed shu8 closed 4 years ago

shu8 commented 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.

I've also added a createdAt field to the returned JSON, which will be useful when showing the standups in the webapp!

Closes #7.