{"info":{"_postman_id":"2101b95f-0e34-4b29-93cf-301c32bf7275","name":"Your diary (ohshenghuo)","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>Ohshenghuo/nideriji API</p>\n<h1 id=\"overview\">Overview</h1>\n<p>仅为个人测试，不代表官方</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"}],"owner":"3326320","collectionId":"2101b95f-0e34-4b29-93cf-301c32bf7275","publishedId":"Rztmr8pE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-02-01T08:06:37.000Z"},"item":[{"name":"Get Diary","item":[{"name":"Get Diary By Month","id":"6787164c-a540-404e-adab-8e07b8c2c446","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth","value":"token {{diary-token}}","type":"text"}],"url":"{{api}}/diary/simple_by_month/2019/2/","urlObject":{"path":["diary","simple_by_month","2019","2",""],"host":["{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6787164c-a540-404e-adab-8e07b8c2c446"},{"name":"Get Diary By Date","id":"1f2e1af4-cd1a-49c7-9fbe-50fa34347c31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Cookie","type":"text","value":"csrftoken={{csrftoken}}; token={{token}}"},{"key":"auth","type":"text","value":"token {{token}}"}],"url":"{{api}}/diary/?date=2019-02-01","urlObject":{"path":["diary",""],"host":["{{api}}"],"query":[{"key":"date","value":"2019-02-01"}],"variable":[]}},"response":[],"_postman_id":"1f2e1af4-cd1a-49c7-9fbe-50fa34347c31"},{"name":"Get Diary Random","id":"4b5dc456-b5f3-4480-b3c9-38bb1d2c0ece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Cookie","type":"text","value":"csrftoken={{csrftoken}}; token={{token}}"},{"key":"auth","type":"text","value":"token {{token}}"}],"url":"{{api}}/diary/random/","urlObject":{"path":["diary","random",""],"host":["{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b5dc456-b5f3-4480-b3c9-38bb1d2c0ece"},{"name":"Get Latest","id":"51cff530-8cc3-4c03-b6e2-f75c4a7946af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth","value":"token {{diary-token}}","type":"text"}],"url":"{{api}}/diary/latest/","urlObject":{"path":["diary","latest",""],"host":["{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"51cff530-8cc3-4c03-b6e2-f75c4a7946af"},{"name":"Get Diary By Next","id":"7001f277-cbaf-4dd9-9960-54030abbe437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Cookie","type":"text","value":"csrftoken={{csrftoken}}; token={{token}}"},{"key":"auth","type":"text","value":"token {{token}}"}],"url":"{{api}}/diary/next/9367087/","urlObject":{"path":["diary","next","9367087",""],"host":["{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7001f277-cbaf-4dd9-9960-54030abbe437"},{"name":"Get Diary By Prev","id":"cf08c17a-1c11-4b12-8f1d-b1d10379c988","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Cookie","type":"text","value":"csrftoken={{csrftoken}}; token={{token}}"},{"key":"auth","type":"text","value":"token {{token}}"}],"url":"{{api}}/diary/prev/9367087/","urlObject":{"path":["diary","prev","9367087",""],"host":["{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf08c17a-1c11-4b12-8f1d-b1d10379c988"},{"name":"Get Diary By Id","id":"a43fdb16-9d4b-46ba-ad2f-933564a214c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Cookie","value":"csrftoken={{csrftoken}}; token={{token}}","type":"text"},{"key":"auth","value":"token {{token}}","type":"text"}],"url":"{{api}}/diary/9367087/","urlObject":{"path":["diary","9367087",""],"host":["{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a43fdb16-9d4b-46ba-ad2f-933564a214c4"}],"id":"025debbc-a770-4011-8121-31aa523b4e7c","_postman_id":"025debbc-a770-4011-8121-31aa523b4e7c","description":""},{"name":"DIARY CRUD","item":[{"name":"Write Diary","id":"6bebc03a-6956-45a1-89ac-e98f67b6a01e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth","type":"text","value":"token {{diary-token}}"}],"body":{"mode":"formdata","formdata":[{"key":"date","value":"2019-02-01","type":"text"},{"key":"content","value":"write somehing","type":"text"},{"key":"title","value":"hello","type":"text"},{"key":"weather","value":"sunny","type":"text"},{"key":"mood","value":"sad","type":"text"}]},"url":"{{api}}/write/","urlObject":{"path":["write",""],"host":["{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bebc03a-6956-45a1-89ac-e98f67b6a01e"},{"name":"Delete Diary","id":"30563bb8-f7ca-407d-8d8e-a011eb90d0ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth","type":"text","value":"token {{diary-token}}"}],"url":"{{api}}/diary/delete/9496663/","urlObject":{"path":["diary","delete","9496663",""],"host":["{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"30563bb8-f7ca-407d-8d8e-a011eb90d0ba"}],"id":"754a6ce6-7a7c-405d-aff3-98b6934a9fc1","_postman_id":"754a6ce6-7a7c-405d-aff3-98b6934a9fc1","description":""},{"name":"Diary All","id":"d850150e-45c3-480d-9509-14d2f714c1a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth","value":"token {{diary-token}}","type":"text"}],"url":"{{api}}/diary/all/","urlObject":{"path":["diary","all",""],"host":["{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d850150e-45c3-480d-9509-14d2f714c1a6"},{"name":"Diary Test","id":"93f74e5d-1c9b-47b0-aaad-711263ac8d3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Cookie","type":"text","value":"csrftoken={{csrftoken}}; token={{token}}"},{"key":"auth","type":"text","value":"token {{token}}"}],"url":"{{api}}/diary/","urlObject":{"path":["diary",""],"host":["{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"93f74e5d-1c9b-47b0-aaad-711263ac8d3f"},{"name":"Login","id":"fadb9b77-44bb-4139-9367-6f68648e7a38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"csrfmiddlewaretoken","value":"ZcJkWtMdfyjBNKxp3ms0i8REkTJcSKw4","type":"text"},{"key":"email","value":"diary@yunyoujun.cn","type":"text"},{"key":"password","value":"diary@yunyoujun","type":"text"}]},"url":"{{api}}/login/","urlObject":{"path":["login",""],"host":["{{api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fadb9b77-44bb-4139-9367-6f68648e7a38"}]}