simonpweller / quotes-api

An easy-to-use API for fetching programming quotes.
0 stars 3 forks source link

Add an endpoint to fetch a quote by ID #10

Closed simonpweller closed 4 years ago

simonpweller commented 4 years ago

An ID property will have to be added to the quotes to support this.

The new endopint should have the route /{id}

dragoFireup commented 4 years ago

Created a pull request for this issue.

simonpweller commented 4 years ago

Thank you for checking out the repo and getting involved! I've given you some feedback on the pull request.

dragoFireup commented 4 years ago

Updated the request with changes and requested for a re-review. Please check that.