{"info":{"_postman_id":"0576c814-634b-c7e2-38a6-a54ca040e60e","name":"news","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"2613551","collectionId":"0576c814-634b-c7e2-38a6-a54ca040e60e","publishedId":"RVuAC6yC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-04-16T20:38:43.000Z"},"item":[{"name":"add new","id":"1da93dad-db16-d47c-1343-c7261a7cd0a7","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"date","value":"2018-04-05","type":"text"},{"key":"title","value":"Test Title","type":"text"},{"key":"description","value":"Rest API","type":"text"},{"key":"text","value":"With the rise of mobile development and JavaScript frameworks, using a RESTful API is the best option to build a single interface between your data and your client.","type":"text"}]},"url":"localhost/newstask/public/api/news","urlObject":{"path":["newstask","public","api","news"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1da93dad-db16-d47c-1343-c7261a7cd0a7"},{"name":"get news by id","id":"b624f91e-7e90-e749-2457-0e576be7af2f","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"localhost/newstask/public/api/news/1","urlObject":{"path":["newstask","public","api","news","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b624f91e-7e90-e749-2457-0e576be7af2f"},{"name":"get news","id":"425c00ac-b6e0-05f3-e31d-9be1bb34a713","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"localhost/newstask/public/api/news","description":"<p>get news</p>\n","urlObject":{"path":["newstask","public","api","news"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"425c00ac-b6e0-05f3-e31d-9be1bb34a713"},{"name":"update news","id":"8397eaf1-372b-3de4-8cc2-5b3155c20c7e","request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"localhost/newstask/public/api/news/5?date=2018-04-15&title=Test Title update&description=test description update&text=test update news","urlObject":{"path":["newstask","public","api","news","5"],"host":["localhost"],"query":[{"key":"date","value":"2018-04-15"},{"key":"title","value":"Test Title update"},{"key":"description","value":"test description update"},{"key":"text","value":"test update news"}],"variable":[]}},"response":[],"_postman_id":"8397eaf1-372b-3de4-8cc2-5b3155c20c7e"},{"name":"delete news ","id":"7f916826-bf77-13f8-6eb3-c0431b1de4fd","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost/newstask/public/api/news/4","urlObject":{"path":["newstask","public","api","news","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f916826-bf77-13f8-6eb3-c0431b1de4fd"},{"name":"getnews filtered","id":"a4e58e24-2ea4-ce72-e7ed-186383eaf16c","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"localhost/newstask/public/api/news?title=update&from=2018-04-10&to=2018-04-16&deleted=1","urlObject":{"path":["newstask","public","api","news"],"host":["localhost"],"query":[{"key":"title","value":"update"},{"key":"from","value":"2018-04-10"},{"key":"to","value":"2018-04-16"},{"key":"deleted","value":"1"}],"variable":[]}},"response":[],"_postman_id":"a4e58e24-2ea4-ce72-e7ed-186383eaf16c"}]}