{"info":{"_postman_id":"feaa76b7-62ae-4e25-bc83-6d552f6157d8","name":"deno-mysql","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"6043175","collectionId":"feaa76b7-62ae-4e25-bc83-6d552f6157d8","publishedId":"Szt8epts","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-05-24T11:38:02.000Z"},"item":[{"name":"Index","id":"8ed40b24-1d19-4819-a809-50f3075a476f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Buku Bagus\",\n    \"price\": \"12000\",\n    \"description\": \"wajib beli\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/book","urlObject":{"port":"8000","path":["book"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ed40b24-1d19-4819-a809-50f3075a476f"},{"name":"Show","id":"1a501cf2-a8f6-43b0-8e34-26af92ccb89e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:8000/book/1","urlObject":{"port":"8000","path":["book","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a501cf2-a8f6-43b0-8e34-26af92ccb89e"},{"name":"Create","id":"47d8e62b-03fb-46d1-8a1f-8616557dba43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Buku Bagus4\",\n    \"price\": \"12000\",\n    \"description\": \"wajib beli\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/book","urlObject":{"port":"8000","path":["book"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"47d8e62b-03fb-46d1-8a1f-8616557dba43"},{"name":"Update","id":"b31fdc52-a854-4d98-824d-15ab7ac860cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"LOH LEH\",\n    \"price\": \"11000\",\n    \"description\": \"wajib beli\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/book/1","urlObject":{"port":"8000","path":["book","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b31fdc52-a854-4d98-824d-15ab7ac860cb"},{"name":"Delete","id":"0ec281a0-953a-4253-982f-cef27d16e863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"127.0.0.1:8000/book/6","urlObject":{"port":"8000","path":["book","6"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ec281a0-953a-4253-982f-cef27d16e863"}]}