{"info":{"_postman_id":"30b11745-3904-483c-8d5d-b6c299216e44","name":"practice-app article api","description":"<html><head></head><body><p>CMPE352 \"practice-app\" project</p>\n<p>API documentation of Postman tests for the article/ endpoint of the \"practice-app\" project.\nIncludes 2 endpoints: GET and POST, getting all articles and posting an article, respectively.</p>\n<p>User must be logged in to create a new post. There is basic authentication initialized for Postman testing purposes.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12691360","collectionId":"30b11745-3904-483c-8d5d-b6c299216e44","publishedId":"UyxkmmMA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-05-18T10:50:26.000Z"},"item":[{"name":"Get Articles","id":"f71e9663-31f1-4cae-92e9-7d6334e26949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://3.69.144.13:8888/article/api/","description":"<p>Fetching all articles in the database with a GET request.</p>\n","urlObject":{"protocol":"http","port":"8888","path":["article","api",""],"host":["3","69","144","13"],"query":[],"variable":[]}},"response":[{"id":"d6404079-512f-4d04-92f3-cc2bb66a7eb0","name":"Get Articles","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://127.0.0.1:8000/article/api/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 May 2022 10:48:11 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.9.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"GET, OPTIONS, POST"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"176"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"title\": \"A Scientific Article Title\",\n        \"body\": \"Very interesting paragraphs.\",\n        \"category\": 1,\n        \"user\": 1,\n        \"timestamp\": \"2022-05-18T10:25:30.917530Z\",\n        \"nof_upvotes\": 0,\n        \"nof_downvotes\": 0\n    }\n]"}],"_postman_id":"f71e9663-31f1-4cae-92e9-7d6334e26949"},{"name":"Get Personal Info","id":"bf1f6b40-443c-421c-b3d4-f0389143ba94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"A Scientific Article Title","type":"text"},{"key":"body","value":"Very interesting paragraphs.","type":"text"},{"key":"category","value":"1","type":"text"}]},"url":"http://3.69.144.13:8888/article/api/","description":"<p>Posting an article to the database with a POST request.</p>\n","urlObject":{"protocol":"http","port":"8888","path":["article","api",""],"host":["3","69","144","13"],"query":[],"variable":[]}},"response":[{"id":"bef4639c-d099-4a29-8248-891a312024d8","name":"Post Article","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"A Scientific Article Title","type":"text"},{"key":"body","value":"Very interesting paragraphs.","type":"text"},{"key":"category","value":"1","type":"text"}]},"url":"http://127.0.0.1:8000/article/api/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 May 2022 10:25:30 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.9.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Allow","value":"OPTIONS, POST, GET"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"174"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"A Scientific Article Title\",\n    \"body\": \"Very interesting paragraphs.\",\n    \"category\": 1,\n    \"user\": 1,\n    \"timestamp\": \"2022-05-18T10:25:30.917530Z\",\n    \"nof_upvotes\": 0,\n    \"nof_downvotes\": 0\n}"}],"_postman_id":"bf1f6b40-443c-421c-b3d4-f0389143ba94"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"id":"c41a4107-e68f-47bb-bc40-7d2f87bad907","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ff9e9afc-e003-4fad-a653-c5257abd8c71","type":"text/javascript","exec":[""]}}]}