{"info":{"_postman_id":"abbcfdd9-f939-4b33-b077-437d9f17478c","name":"landscape-architect-library","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"16169448","collectionId":"abbcfdd9-f939-4b33-b077-437d9f17478c","publishedId":"UV5Rmfa1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-10-11T07:20:07.000Z"},"item":[{"name":"Creating New Plant","id":"14041d04-430d-4555-ac91-6fa7430eb255","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept-encoding":true,"connection":true,"accept":true}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Papayo\",\r\n    \"climate\": \"E\",\r\n    \"description\": \"Tall\",\r\n    \"published\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/plants","urlObject":{"protocol":"http","port":"8080","path":["api","plants"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"14041d04-430d-4555-ac91-6fa7430eb255"},{"name":"Edit a plant","id":"a4309c98-0795-4dc5-969b-4c0c682c6929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Bamboo\",\r\n    \"description\": \"tree\",\r\n    \"published\": \"true\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/plants/29","urlObject":{"protocol":"http","port":"8080","path":["api","plants","29"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4309c98-0795-4dc5-969b-4c0c682c6929"},{"name":"Get list of all plants","id":"ccff869e-4f9f-499f-8e6e-eb9c17a23f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/plants","urlObject":{"protocol":"http","port":"8080","path":["api","plants"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccff869e-4f9f-499f-8e6e-eb9c17a23f98"},{"name":"get Plant by ID","id":"27a912dc-5608-4dcd-bafa-b64b26438a25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/plants/83","urlObject":{"protocol":"http","port":"8080","path":["api","plants","83"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"27a912dc-5608-4dcd-bafa-b64b26438a25"},{"name":"Delete all plants","id":"2e04753a-3477-4195-a368-94853e4ffbea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/plants","urlObject":{"protocol":"http","port":"8080","path":["api","plants"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e04753a-3477-4195-a368-94853e4ffbea"},{"name":"Delete plant by ID","id":"03d3c297-5868-4cc1-b657-ae5d9226f928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/plants/22","urlObject":{"protocol":"http","port":"8080","path":["api","plants","22"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"03d3c297-5868-4cc1-b657-ae5d9226f928"},{"name":"Get list of all plants by climate type","id":"b7793a18-8cf5-4e00-9fde-c8aff0d3a377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/plants/H","urlObject":{"protocol":"http","port":"8080","path":["api","plants","H"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7793a18-8cf5-4e00-9fde-c8aff0d3a377"},{"name":"get Plant by name","id":"d4be1afb-e037-496a-9950-1003efa2959d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/plants/Daisy","urlObject":{"protocol":"http","port":"8080","path":["api","plants","Daisy"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4be1afb-e037-496a-9950-1003efa2959d"},{"name":"pagination","id":"4c152901-e1f0-43c8-8b65-c884ff50b157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/plants?page=0&size=5","urlObject":{"protocol":"http","port":"8080","path":["api","plants"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"}],"variable":[]}},"response":[],"_postman_id":"4c152901-e1f0-43c8-8b65-c884ff50b157"},{"name":"published","id":"1d6b4f72-7727-4ded-81a2-5422ae49f684","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/plants/published?page=1","urlObject":{"protocol":"http","port":"8080","path":["api","plants","published"],"host":["localhost"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"1d6b4f72-7727-4ded-81a2-5422ae49f684"}]}