conchincradle / rest-api-blog

learning rest api by blog application
0 stars 0 forks source link

postman client #9

Open conchincradle opened 1 year ago

conchincradle commented 1 year ago

GET - get all posts

image

conchincradle commented 1 year ago

POST - create new post

image

conchincradle commented 1 year ago

GET - get post by id

image

conchincradle commented 1 year ago

exception handling

image

conchincradle commented 1 year ago

put method ---update post by id

image

conchincradle commented 1 year ago

DELETE - delete post by id

image

conchincradle commented 1 year ago

image