{"info":{"_postman_id":"0a6aba8f-8921-4e11-bd3d-27ebf3000d4f","name":"Notice","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"7756251","collectionId":"0a6aba8f-8921-4e11-bd3d-27ebf3000d4f","publishedId":"Uz5JHb85","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-07T02:42:22.000Z"},"item":[{"name":"/api/v1/article","id":"21c5a2bc-4b6d-40ab-82ce-a02caed9b103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/article?page=1&size=5&title=coco&username=pokers","urlObject":{"protocol":"http","port":"8080","path":["api","v1","article"],"host":["localhost"],"query":[{"description":{"content":"<p>number of page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>number of page size how many items would be shown</p>\n","type":"text/plain"},"key":"size","value":"5"},{"description":{"content":"<p>filter of content title</p>\n","type":"text/plain"},"key":"title","value":"coco"},{"description":{"content":"<p>filter of author</p>\n","type":"text/plain"},"key":"username","value":"pokers"}],"variable":[]}},"response":[],"_postman_id":"21c5a2bc-4b6d-40ab-82ce-a02caed9b103"},{"name":"/api/v1/article","id":"9846703b-075b-4bc1-918b-28397a29c141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"new1","type":"text"},{"key":"content","value":"content of new1","type":"text"},{"key":"username","value":"username1","type":"text"},{"key":"passwd","value":"passwd","type":"text"}]},"url":"http://localhost:8080/api/v1/article","urlObject":{"protocol":"http","port":"8080","path":["api","v1","article"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9846703b-075b-4bc1-918b-28397a29c141"},{"name":"/api/v1/article","id":"0aaec993-b467-4faa-a40d-34e5057ead16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"content","value":"modified content","type":"text"},{"key":"passwd","value":"passwd","type":"text"}]},"url":"http://localhost:8080/api/v1/article/26","urlObject":{"protocol":"http","port":"8080","path":["api","v1","article","26"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0aaec993-b467-4faa-a40d-34e5057ead16"},{"name":"/api/v1/article","id":"95d37051-bdf0-423e-831d-c67fd773ba5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"passwd","value":"passwd","type":"text"}]},"url":"http://localhost:8080/api/v1/article/26","urlObject":{"protocol":"http","port":"8080","path":["api","v1","article","26"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"95d37051-bdf0-423e-831d-c67fd773ba5e"},{"name":"/api/v1/comment","id":"ce8729cd-e741-4ca3-8cf3-5c0a0fabb742","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/comment","urlObject":{"protocol":"http","port":"8080","path":["api","v1","comment"],"host":["localhost"],"query":[{"disabled":true,"description":{"content":"<p>number of page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>number of comments of one page</p>\n","type":"text/plain"},"key":"size","value":"10"},{"disabled":true,"description":{"content":"<p>filter of author</p>\n","type":"text/plain"},"key":"username","value":"uername"},{"disabled":true,"description":{"content":"<p>fiter of article by using id</p>\n","type":"text/plain"},"key":"articleId","value":"1"}],"variable":[]}},"response":[],"_postman_id":"ce8729cd-e741-4ca3-8cf3-5c0a0fabb742"},{"name":"/api/v1/comment","id":"97330c80-458f-476e-a176-91899ae6f83a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"articleId","value":"22","description":"<p>Id of article where the comment would be added</p>\n","type":"text"},{"key":"parentId","value":"2","description":"<p>Id of comment where the comment would be added</p>\n","type":"text"},{"key":"username","value":"username","description":"<p>author</p>\n","type":"text"},{"key":"content","value":"content","description":"<p>content of comment</p>\n","type":"text"}]},"url":"http://localhost:8080/api/v1/comment","urlObject":{"protocol":"http","port":"8080","path":["api","v1","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"97330c80-458f-476e-a176-91899ae6f83a"}]}