Skip to content

Conversation

@bakiwebdev
Copy link
Collaborator

image

Get all blogs

Method: GET
URL: http://localhost:3000/api/blog

Get blog by ID

Method: GET
URL: http://localhost:3000/api/blog?id=<blog-id>

Filter blogs by tag

Method: GET
URL: http://localhost:3000/api/blog?tag=<tag-name>

Filter blogs by publisher

Method: GET
URL: http://localhost:3000/api/blog?publisher=<publisher-name>

Create a new blog

Method: POST
URL: http://localhost:3000/api/blog
Body: Raw JSON (application/json)

@bakiwebdev bakiwebdev added the enhancement New feature or request label May 22, 2023
@bakiwebdev bakiwebdev requested a review from baydisng13 May 22, 2023 16:03
@bakiwebdev bakiwebdev self-assigned this May 22, 2023
@k4l3b4
Copy link
Contributor

k4l3b4 commented Aug 14, 2023

will start creating the ui as soon as this is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants