boolean-uk / team-dev-server-ex-2410-team3

0 stars 0 forks source link

GET endpoints for posts #35

Closed maaxolofsson closed 2 hours ago

maaxolofsson commented 3 hours ago

Implemented GET endpoints (getAll, getById) for posts. Also updated API spec to reflect this. Tested the endpoints using Insomnia.

You can test this out by visiting the get endpoints /posts and post/id.

LudwigJL commented 2 hours ago

How it looks in insomnia: Get posts by id Screenshot 2024-10-30 162422

Get all posts Screenshot 2024-10-30 162528

amos1969 commented 2 hours ago

Approved