{"info":{"_postman_id":"ee2a3ec4-8cd0-0cb9-7b2a-404e5f8e824b","name":"reddit-server","description":"<html><head></head><body><p>A dummy Reddit API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"689808","collectionId":"ee2a3ec4-8cd0-0cb9-7b2a-404e5f8e824b","publishedId":"RW87opLS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-05-20T17:35:48.000Z"},"item":[{"name":"List posts","id":"89e25a3a-9780-0b34-cf03-18f7a4db8706","request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Some title","description":"<p>Title of the post</p>\n","type":"text"},{"key":"subreddit","value":"r/subreddit","description":"<p>Subreddit where the post belongs</p>\n","type":"text"},{"key":"image_url","value":"https://santafe.edmondschools.net/wp-content/uploads/sites/8/2015/09/Testing.jpg","description":"<p>URL to the image in the post</p>\n","type":"text"},{"key":"votes","value":"0","description":"<p>Initial number of votes</p>\n","type":"text"},{"key":"author","value":"u/trump","description":"<p>Author of the post</p>\n","type":"text"},{"key":"content","value":"Blah blah","description":"<p>Textual content of the post</p>\n","type":"text"}]},"url":"http://pacific-caverns-24056.herokuapp.com/posts","description":"<p>Returns top 20 posts sorted by number of votes.</p>\n","urlObject":{"protocol":"http","path":["posts"],"host":["pacific-caverns-24056","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"89e25a3a-9780-0b34-cf03-18f7a4db8706"},{"name":"New Post","id":"79adc525-76e3-9043-0631-1bed4bb40149","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Some title","description":"<p>Title of the post</p>\n","type":"text"},{"key":"subreddit","value":"r/subreddit","description":"<p>Subreddit where the post belongs</p>\n","type":"text"},{"key":"image_url","value":"https://santafe.edmondschools.net/wp-content/uploads/sites/8/2015/09/Testing.jpg","description":"<p>URL to the image in the post</p>\n","type":"text"},{"key":"votes","value":"0","description":"<p>Initial number of votes</p>\n","type":"text"},{"key":"author","value":"u/trump","description":"<p>Author of the post</p>\n","type":"text"},{"key":"content","value":"Blah blah","description":"<p>Textual content of the post</p>\n","type":"text"}]},"url":"http://pacific-caverns-24056.herokuapp.com/posts","description":"<p>Create a new post.</p>\n","urlObject":{"protocol":"http","path":["posts"],"host":["pacific-caverns-24056","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"79adc525-76e3-9043-0631-1bed4bb40149"},{"name":"Retrieve a particular post","id":"5cb2313f-530a-277d-9e77-21314a4959cd","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://pacific-caverns-24056.herokuapp.com/posts/{{post_id}}","description":"<p>Retrieve a post by post ID.</p>\n","urlObject":{"protocol":"http","path":["posts","{{post_id}}"],"host":["pacific-caverns-24056","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5cb2313f-530a-277d-9e77-21314a4959cd"},{"name":"Delete a particular post","id":"d65b4c65-bc4a-3193-50fb-fbd39247ff83","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://pacific-caverns-24056.herokuapp.com/posts/{{post_id}}","description":"<p>Delete a post by post ID.</p>\n","urlObject":{"protocol":"http","path":["posts","{{post_id}}"],"host":["pacific-caverns-24056","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d65b4c65-bc4a-3193-50fb-fbd39247ff83"},{"name":"Upvote a post","id":"f8d07699-aa6d-ce19-c97d-0b475ca3a26e","request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://pacific-caverns-24056.herokuapp.com/posts/{{post_id}}/upvote","description":"<p>Upvote a post by post ID. Increases <code>votes</code> by 1.</p>\n","urlObject":{"protocol":"http","path":["posts","{{post_id}}","upvote"],"host":["pacific-caverns-24056","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8d07699-aa6d-ce19-c97d-0b475ca3a26e"},{"name":"Downvote a post","id":"15213d78-fc38-b3a3-5439-743999bfb67f","request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://pacific-caverns-24056.herokuapp.com/posts/{{post_id}}/downvote","description":"<p>Downvote a post by post ID. Decreases <code>votes</code> by 1.</p>\n","urlObject":{"protocol":"http","path":["posts","{{post_id}}","downvote"],"host":["pacific-caverns-24056","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"15213d78-fc38-b3a3-5439-743999bfb67f"}]}