{ "info": { "_postman_id": "5f52c203-a323-49de-8953-f6f07d214110", "name": "Google-Books-integrations", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "/v1/book", "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n\t\"title\":\"The Wise Man's Fear\",\n\t\"libraryCode\":\"A003\",\n\t\"catalogingDate\":\"11/03/1992\"\n}" }, "url": { "raw": "http://localhost:8080/v1/book", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "v1", "book" ] } }, "response": [] }, { "name": "/v1/book", "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "http://localhost:8080/v1/book?q=", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "v1", "book" ], "query": [ { "key": "q", "value": "" } ] } }, "response": [] }, { "name": "/v1/book", "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "http://localhost:8080/v1/book/5dae67b2081b8174e2bb5d9a", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "v1", "book", "5dae67b2081b8174e2bb5d9a" ] } }, "response": [] }, { "name": "/v1/book", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n\t\"title\":\"The Wise Man's Fear\",\n\t\"libraryCode\":\"A003\",\n\t\"catalogingDate\":\"11/03/1992\"\n}" }, "url": { "raw": "http://localhost:8080/v1/book", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "v1", "book" ] } }, "response": [] } ] }