1StephenLi1 / instichu_test

0 stars 0 forks source link

[New Feature]: Get posts #2

Open singohuen opened 6 years ago

singohuen commented 6 years ago

Please make a new branch to develop a new endpoint:

GET /posts

which has the following query parameters:

Every post returned should come with the owner (user) first and last name.

1StephenLi1 commented 6 years ago

Still doing the 'sort' part, the first two options have done.

1StephenLi1 commented 6 years ago

The finalised code has been pushed to new_endpoint branch.