{"info":{"_postman_id":"46bed4c9-e002-4188-821a-ba6aa429d024","name":"Bookify","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"8869390","collectionId":"46bed4c9-e002-4188-821a-ba6aa429d024","publishedId":"SWEDzZvh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-12-19T21:26:28.000Z"},"item":[{"name":"books","item":[{"name":"create","id":"79f188cb-89ab-40c5-850e-d134ffdf1e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"isbn10\": \"8495908530\",\n\t\"isbn13\": \"9788495908537\",\n\t\"title\": \"El cazador de monos\",\n\t\"publishedAt\": \"15-04-2003\",\n\t\"edition\": \"1\",\n\t\"pages\": \"213\",\n\t\"language\": \"Spanish\",\n\t\"publisher\": \"1\",\n\t\"dewey\": \"929\"\n}"},"url":"https://bookifyapi.herokuapp.com//api/v1/books","description":"<p>Create a Book</p>\n","urlObject":{"path":["api","v1","books"],"host":["https://bookifyapi.herokuapp.com/"],"query":[],"variable":[]}},"response":[{"id":"549b2134-1ae9-48de-8c5d-dafecf27bae8","name":"create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"isbn10\": \"1234567890\",\n    \"isbn13\": \"1234567890112\",\n    \"title\": \"La cenicienta\",\n    \"publishedAt\": \"10-10-2019\",\n    \"edition\": 1,\n    \"pages\": 200,\n    \"language\": \"Spanish\",\n    \"publisher\": {\"id\": 1},\n    \"dewey\": {\"id\": 15}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/v1/books"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Application-Context","value":"application:development:8090"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Dec 2019 14:48:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"publisher\": {\n        \"id\": 1\n    },\n    \"edition\": \"1\",\n    \"dewey\": {\n        \"id\": 15\n    },\n    \"language\": \"Spanish\",\n    \"publishedAt\": \"2019-10-10T05:00:00Z\",\n    \"title\": \"La cenicienta\",\n    \"isbn13\": \"1234567890112\",\n    \"pages\": 200,\n    \"isbn10\": \"1234567890\"\n}"},{"id":"9164a984-e4c1-40da-9187-29d626190b98","name":"create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"isbn10\": \"8495908530\",\n\t\"isbn13\": \"9788495908537\",\n\t\"title\": \"El cazador de monos\",\n\t\"publishedAt\": \"15-04-2003\",\n\t\"edition\": \"1\",\n\t\"pages\": \"213\",\n\t\"language\": \"Spanish\",\n\t\"publisher\": \"1\",\n\t\"dewey\": \"929\"\n}"},"url":"https://bookifyapi.herokuapp.com//api/v1/books"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Application-Context","value":"application:development:8090"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 24 Mar 2020 23:28:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"publisher\": {\n        \"id\": 1\n    },\n    \"edition\": \"1\",\n    \"dewey\": {\n        \"id\": 929\n    },\n    \"language\": \"Spanish\",\n    \"publishedAt\": \"2003-04-15T05:00:00Z\",\n    \"title\": \"El cazador de monos\",\n    \"isbn13\": \"9788495908537\",\n    \"pages\": 213,\n    \"isbn10\": \"8495908530\"\n}"}],"_postman_id":"79f188cb-89ab-40c5-850e-d134ffdf1e38"},{"name":"index","id":"af4992db-2853-47f0-ba4e-c30aae1b2daa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://bookifyapi.herokuapp.com//api/v1/books","description":"<p>List of books.</p>\n","urlObject":{"path":["api","v1","books"],"host":["https://bookifyapi.herokuapp.com/"],"query":[],"variable":[]}},"response":[{"id":"41c869f1-e5b3-4d75-a699-09fc50aaa361","name":"index","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8090/api/v1/books"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Application-Context","value":"application:development:8090"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Dec 2019 17:02:03 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"publisher\": {\n            \"id\": 1\n        },\n        \"edition\": \"1\",\n        \"dewey\": {\n            \"id\": 15\n        },\n        \"language\": \"Spanish\",\n        \"publishedAt\": \"2019-10-10T05:00:00Z\",\n        \"title\": \"La cenicienta\",\n        \"authors\": [],\n        \"isbn13\": \"1234567890112\",\n        \"pages\": 200,\n        \"isbn10\": \"1234567890\"\n    },\n    {\n        \"id\": 2,\n        \"publisher\": {\n            \"id\": 1\n        },\n        \"edition\": \"1\",\n        \"dewey\": {\n            \"id\": 15\n        },\n        \"language\": \"Spanish\",\n        \"publishedAt\": \"2019-10-10T05:00:00Z\",\n        \"title\": \"La cenicienta II\",\n        \"authors\": [],\n        \"isbn13\": \"1234567890112\",\n        \"pages\": 200,\n        \"isbn10\": \"1234567890\"\n    }\n]"}],"_postman_id":"af4992db-2853-47f0-ba4e-c30aae1b2daa"}],"id":"451e1fc7-ddf0-4d71-9296-84f4bfafa53a","description":"<p>CRUD Books</p>\n","_postman_id":"451e1fc7-ddf0-4d71-9296-84f4bfafa53a"},{"name":"authors","item":[{"name":"index","id":"12f69a62-9869-4e0c-badd-b92ec5576629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://bookifyapi.herokuapp.com//api/v1/authors","description":"<p>Get lis of authors.</p>\n","urlObject":{"path":["api","v1","authors"],"host":["https://bookifyapi.herokuapp.com/"],"query":[],"variable":[]}},"response":[{"id":"24b16140-6d3d-42b7-be14-6e604e7df7fd","name":"index","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8090/api/v1/authors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Application-Context","value":"application:development:8090"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Dec 2019 17:01:52 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"books\": [],\n        \"name\": \"Jhon\",\n        \"birthday\": \"1990-05-15T06:00:00Z\",\n        \"lastName\": \"Doe\",\n        \"country\": {\n            \"id\": 1\n        },\n        \"website\": \"jhon.doe.com\"\n    }\n]"}],"_postman_id":"12f69a62-9869-4e0c-badd-b92ec5576629"},{"name":"create","id":"38470a1a-d9bc-45ce-9b29-bfa4a804cd40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Jhon\",\n\t\"lastName\": \"Doe\",\n\t\"birthday\": \"15-05-1990\",\n\t\"website\": \"jhon.doe.com\",\n\t\"country\": {\n\t\t\"id\": 1\n\t}\n}"},"url":"https://bookifyapi.herokuapp.com//api/v1/authors","description":"<p>Create an author.</p>\n","urlObject":{"path":["api","v1","authors"],"host":["https://bookifyapi.herokuapp.com/"],"query":[],"variable":[]}},"response":[{"id":"1c8a69f7-7ebe-45d2-a435-d930f1e4d73f","name":"create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Jhon\",\n\t\"lastName\": \"Doe\",\n\t\"birthday\": \"15-05-1990\",\n\t\"website\": \"jhon.doe.com\",\n\t\"country\": {\n\t\t\"id\": 1\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/v1/authors"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Application-Context","value":"application:development:8090"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Dec 2019 17:01:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Jhon\",\n    \"birthday\": \"1990-05-15T06:00:00Z\",\n    \"lastName\": \"Doe\",\n    \"country\": {\n        \"id\": 1\n    },\n    \"website\": \"jhon.doe.com\"\n}"}],"_postman_id":"38470a1a-d9bc-45ce-9b29-bfa4a804cd40"}],"id":"770193ea-9a49-4ca4-a540-5418feb98a6f","description":"<p>CRUD author</p>\n","_postman_id":"770193ea-9a49-4ca4-a540-5418feb98a6f"},{"name":"publisher","item":[{"name":"create","id":"89dfb350-ab92-4837-8d23-77a5395dbe4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Alfred A. Knopf\",\n\t\"address\": \"Nueva York, New York, U.S\",\n\t\"website\": \"http://www.knopf.knopfdoubleday.com\",\n\t\"founded\": \"01-01-1915\",\n\t\"founder\": \"Alfred A. Knopf\",\n\t\"country\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookifyapi.herokuapp.com//api/v1/publishers","description":"<p>create an publisher</p>\n","urlObject":{"path":["api","v1","publishers"],"host":["https://bookifyapi.herokuapp.com/"],"query":[],"variable":[]}},"response":[{"id":"6b86c95e-445c-4d54-ba97-591af8e1a88f","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Alfred A. Knopf\",\n\t\"address\": \"Nueva York, New York, U.S\",\n\t\"website\": \"http://www.knopf.knopfdoubleday.com\",\n\t\"founded\": \"01-01-1915\",\n\t\"founder\": \"Alfred A. Knopf\",\n\t\"country\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookifyapi.herokuapp.com//api/v1/publishers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Application-Context","value":"application:development:8090"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 24 Mar 2020 23:26:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"address\": \"Nueva York, New York, U.S\",\n    \"name\": \"Alfred A. Knopf\",\n    \"country\": {\n        \"id\": 1\n    },\n    \"founded\": \"1915-01-01T06:36:36Z\",\n    \"founder\": \"Alfred A. Knopf\",\n    \"website\": \"http://www.knopf.knopfdoubleday.com\"\n}"}],"_postman_id":"89dfb350-ab92-4837-8d23-77a5395dbe4f"}],"id":"cddb9b70-8378-4b9b-9846-312e3b98d9f4","description":"<p>CRUD publisher domain class</p>\n","_postman_id":"cddb9b70-8378-4b9b-9846-312e3b98d9f4"},{"name":"Security","item":[{"name":"create","id":"66a33584-dec0-447d-a36f-aebd6a9457ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"username\": \"ziceck\",\n\t\"password\": \"Dinosaurio123*\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/api/v1/users","urlObject":{"protocol":"http","port":"8090","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"66a33584-dec0-447d-a36f-aebd6a9457ff"},{"name":"login","id":"f2bfbd9e-4a8e-4cea-8fed-106aff65e04d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"username\": \"ziceck\",\n\t\"password\": \"Dinosaurio123*\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookifyapi.herokuapp.com//api/login","description":"<p>Login User</p>\n","urlObject":{"path":["api","login"],"host":["https://bookifyapi.herokuapp.com/"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2bfbd9e-4a8e-4cea-8fed-106aff65e04d"}],"id":"5d4c624d-9373-48c2-9624-68c3028ed69b","description":"<p>CRUD Security</p>\n","_postman_id":"5d4c624d-9373-48c2-9624-68c3028ed69b"},{"name":"Project","id":"af475501-0594-47c8-ba18-2781e533c4ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8090","description":"<p>Project information</p>\n","urlObject":{"protocol":"http","port":"8090","host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"de88a3f0-38c5-4d60-859d-7134ef503bbd","name":"project","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8090/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Application-Context","value":"application:development:8090"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Language","value":"en-US"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 19 Dec 2019 21:23:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Welcome to Grails!\",\n    \"environment\": \"development\",\n    \"appversion\": \"0.1\",\n    \"grailsversion\": \"3.3.8\",\n    \"appprofile\": \"rest-api\",\n    \"groovyversion\": \"2.4.15\",\n    \"jvmversion\": \"1.8.0_201\",\n    \"reloadingagentenabled\": true,\n    \"artefacts\": {\n        \"controllers\": 11,\n        \"domains\": 10,\n        \"services\": 0\n    },\n    \"controllers\": [\n        {\n            \"name\": \"io.github.pandyware.bookify.api.core.SecondSummaryDeweyController\",\n            \"logicalPropertyName\": \"secondSummaryDewey\"\n        },\n        {\n            \"name\": \"io.github.pandyware.bookify.api.core.DeweyController\",\n            \"logicalPropertyName\": \"dewey\"\n        },\n        {\n            \"name\": \"io.github.pandyware.bookify.api.core.AuthorBookController\",\n            \"logicalPropertyName\": \"authorBook\"\n        },\n        {\n            \"name\": \"io.github.pandyware.bookify.api.core.FirstSummaryDeweyController\",\n            \"logicalPropertyName\": \"firstSummaryDewey\"\n        },\n        {\n            \"name\": \"io.github.pandyware.bookify.api.core.BookController\",\n            \"logicalPropertyName\": \"book\"\n        },\n        {\n            \"name\": \"io.github.pandyware.bookify.api.core.CountryController\",\n            \"logicalPropertyName\": \"country\"\n        },\n        {\n            \"name\": \"io.github.pandyware.bookify.api.core.PublisherController\",\n            \"logicalPropertyName\": \"publisher\"\n        },\n        {\n            \"name\": \"io.github.pandyware.bookify.api.core.FileController\",\n            \"logicalPropertyName\": \"file\"\n        },\n        {\n            \"name\": \"bookifyapi.ApplicationController\",\n            \"logicalPropertyName\": \"application\"\n        },\n        {\n            \"name\": \"io.github.pandyware.bookify.api.core.AuthorController\",\n            \"logicalPropertyName\": \"author\"\n        },\n        {\n            \"name\": \"io.github.pandyware.bookify.api.core.ThirdSummaryDeweyController\",\n            \"logicalPropertyName\": \"thirdSummaryDewey\"\n        }\n    ],\n    \"plugins\": [\n        {\n            \"name\": \"i18n\",\n            \"version\": \"3.3.8\"\n        },\n        {\n            \"name\": \"restResponder\",\n            \"version\": \"3.3.8\"\n        },\n        {\n            \"name\": \"core\",\n            \"version\": \"3.3.8\"\n        },\n        {\n            \"name\": \"eventBus\",\n            \"version\": \"3.3.2\"\n        },\n        {\n            \"name\": \"jsonView\",\n            \"version\": \"1.2.8\"\n        },\n        {\n            \"name\": \"codecs\",\n            \"version\": \"3.3.8\"\n        },\n        {\n            \"name\": \"dataSource\",\n            \"version\": \"3.3.8\"\n        },\n        {\n            \"name\": \"dataBinding\",\n            \"version\": \"3.3.8\"\n        },\n        {\n            \"name\": \"controllers\",\n            \"version\": \"3.3.8\"\n        },\n        {\n            \"name\": \"urlMappings\",\n            \"version\": \"3.3.8\"\n        },\n        {\n            \"name\": \"controllersAsync\",\n            \"version\": \"3.3.2\"\n        },\n        {\n            \"name\": \"mimeTypes\",\n            \"version\": \"3.3.8\"\n        },\n        {\n            \"name\": \"domainClass\",\n            \"version\": \"3.3.8\"\n        },\n        {\n            \"name\": \"converters\",\n            \"version\": \"3.3.8\"\n        },\n        {\n            \"name\": \"hibernate\",\n            \"version\": \"6.1.10\"\n        },\n        {\n            \"name\": \"interceptors\",\n            \"version\": \"3.3.8\"\n        },\n        {\n            \"name\": \"services\",\n            \"version\": \"3.3.8\"\n        },\n        {\n            \"name\": \"cache\",\n            \"version\": \"4.0.0\"\n        }\n    ]\n}"}],"_postman_id":"af475501-0594-47c8-ba18-2781e533c4ab"},{"name":"API information","id":"a4a3fe6e-adc0-434f-97d6-cc27c8f0633f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8090/api/v1","description":"<p>Information about api.</p>\n","urlObject":{"protocol":"http","port":"8090","path":["api","v1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4a3fe6e-adc0-434f-97d6-cc27c8f0633f"}],"event":[{"listen":"prerequest","script":{"id":"86dc96d9-f464-404a-acb2-3ae048392d0a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0f160554-bae7-4427-a67b-285b68d98a2f","type":"text/javascript","exec":[""]}}],"variable":[{"key":"bookify_api_url","value":"https://bookifyapi.herokuapp.com/"}]}