{"info":{"_postman_id":"11bf29f7-7b2a-45a8-bf12-158693f0bcdb","name":"Simple Books API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"14404907","collectionId":"11bf29f7-7b2a-45a8-bf12-158693f0bcdb","publishedId":"2sAYBUCrwi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-11-23T12:39:35.000Z"},"item":[{"name":"Books","item":[{"name":"List books","id":"671a9c47-82b5-4486-a3ab-fceb49899b40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/books","urlObject":{"path":["books"],"host":["http://localhost:3000/api/v1"],"query":[{"disabled":true,"key":"limit","value":"1"},{"disabled":true,"key":"author","value":"Maxwell"},{"disabled":true,"key":"offset","value":"6"}],"variable":[]}},"response":[],"_postman_id":"671a9c47-82b5-4486-a3ab-fceb49899b40"},{"name":"Get a Book","id":"bcbab693-9bd0-4136-887c-8a56e4157180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/books/:book_id","urlObject":{"path":["books",":book_id"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[{"type":"any","value":"23","key":"book_id"}]}},"response":[],"_postman_id":"bcbab693-9bd0-4136-887c-8a56e4157180"},{"name":"Delete a Book","id":"e754c16b-bf37-4108-b0b7-cc0acce9e25f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/books/:book_id","urlObject":{"path":["books",":book_id"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[{"type":"any","value":"1aee3047-371b-4c9d-a970-d0362271bce4","key":"book_id"}]}},"response":[],"_postman_id":"e754c16b-bf37-4108-b0b7-cc0acce9e25f"},{"name":"Update a Book","id":"8d5de6aa-82f9-49dc-a328-628a7594630c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\"title\": \"Riding on Lights\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/books/:book_id","urlObject":{"path":["books",":book_id"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[{"type":"any","value":"1","key":"book_id"}]}},"response":[],"_postman_id":"8d5de6aa-82f9-49dc-a328-628a7594630c"},{"name":"Create a New Book","id":"8c296bb1-6d2b-4279-a99e-a58c9a3539ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Testing Mammals, Volume 4\",\n    \"author\": {\n        \"first_name\": \"Maxwell Nana\",\n        \"last_name\": \"Forson\",\n        \"age\": \"90\"\n    }\n}\n// {\n//     \"title\": \"Ruby Metaprogramming\",\n//     \"author_id\": 2\n// }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/books","urlObject":{"path":["books"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c296bb1-6d2b-4279-a99e-a58c9a3539ff"}],"id":"7ebd6252-50cb-4d19-971a-66229a3a23c1","_postman_id":"7ebd6252-50cb-4d19-971a-66229a3a23c1","description":""},{"name":"Authors","item":[{"name":"List Authors","id":"ca2fbfbd-4011-4c5b-b67e-06b826703e9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/authors","urlObject":{"path":["authors"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca2fbfbd-4011-4c5b-b67e-06b826703e9c"},{"name":"Update an Author","id":"f92c1404-8e7f-4d1e-bdb0-701190a2ce05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"age\": 45}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/authors/:author_id","urlObject":{"path":["authors",":author_id"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[{"type":"any","value":"1","key":"author_id"}]}},"response":[],"_postman_id":"f92c1404-8e7f-4d1e-bdb0-701190a2ce05"},{"name":"List Books for an Author","id":"a45ee46c-6a9e-4210-9ba4-e53b091f580b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/authors/:author_id/books","urlObject":{"path":["authors",":author_id","books"],"host":["http://localhost:3000/api/v1"],"query":[{"disabled":true,"key":"offset","value":"1"},{"disabled":true,"key":"limit","value":"5"}],"variable":[{"type":"any","value":"1","key":"author_id"}]}},"response":[],"_postman_id":"a45ee46c-6a9e-4210-9ba4-e53b091f580b"},{"name":"Get a Single Book by an Author","id":"5248c038-d21c-4278-8050-9418c6102769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/authors/:author_id/books/:book_id","urlObject":{"path":["authors",":author_id","books",":book_id"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[{"type":"any","value":"1","key":"author_id"},{"type":"any","value":"01935886-b698-7a7f-b603-1caf009e53c1","key":"book_id"}]}},"response":[],"_postman_id":"5248c038-d21c-4278-8050-9418c6102769"},{"name":"Delete Author","id":"0ec28b39-c608-4f5e-b9bf-91a2ed031f11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/authors/:author_id","urlObject":{"path":["authors",":author_id"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[{"type":"any","value":"","key":"author_id"}]}},"response":[],"_postman_id":"0ec28b39-c608-4f5e-b9bf-91a2ed031f11"},{"name":"Delete Book for an Author","id":"d6d7e801-0224-41a1-8b22-465004fcc710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/authors/:author_id/books/:book_id","urlObject":{"path":["authors",":author_id","books",":book_id"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[{"type":"any","value":"1","key":"author_id"},{"type":"any","value":"019358e4-9c8b-7b88-aa23-0ee7e5546f60","key":"book_id"}]}},"response":[],"_postman_id":"d6d7e801-0224-41a1-8b22-465004fcc710"},{"name":"Create a Book for an Author","id":"2ec36428-1473-417a-a225-333d22d4ba7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"title\": \"This is my new book\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/authors/:author_id/books","urlObject":{"path":["authors",":author_id","books"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[{"type":"any","value":"1","key":"author_id"}]}},"response":[],"_postman_id":"2ec36428-1473-417a-a225-333d22d4ba7c"}],"id":"c31e9668-ab58-4f2e-ad95-d2a2533ffcde","_postman_id":"c31e9668-ab58-4f2e-ad95-d2a2533ffcde","description":""},{"name":"API Stats","id":"ba0f0808-65a3-4d36-8db1-28a3102c19d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/stats","urlObject":{"port":"3000","path":["api","stats"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba0f0808-65a3-4d36-8db1-28a3102c19d2"},{"name":"API status","id":"a7c076a4-1972-4d0b-98fe-b5937fd333f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/status","urlObject":{"port":"3000","path":["api","status"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7c076a4-1972-4d0b-98fe-b5937fd333f7"}],"event":[{"listen":"prerequest","script":{"id":"819236c9-c020-486e-a69b-30935b98a07a","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"eedbda06-5ebb-4d77-ba01-e3b0a90ffbbb","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"http://localhost:3000/api/v1","type":"string"}]}