{"info":{"_postman_id":"d0c66d1f-0724-4ddc-9415-e36c7a314185","name":"Student Journal Library API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"21068510","collectionId":"d0c66d1f-0724-4ddc-9415-e36c7a314185","publishedId":"2sA3XWcyrp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-22T23:44:24.000Z"},"item":[{"name":"Publication","item":[{"name":"Create Publication","id":"fe618dc6-0e01-4d78-86d0-8560b7337808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Stuju Web\",\r\n        \"description\": \"Web Proyek UAS PBO\",\r\n        \"type\": {\r\n            \"id\": 5,\r\n            \"name\": \"Website App\"\r\n        }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/publication","urlObject":{"protocol":"http","port":"8080","path":["api","publication"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe618dc6-0e01-4d78-86d0-8560b7337808"},{"name":"Select Publication","id":"f602e284-d112-4ea7-b367-53509463625e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/publication","urlObject":{"protocol":"http","port":"8080","path":["api","publication"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f602e284-d112-4ea7-b367-53509463625e"},{"name":"Delete Publication","id":"f40bf264-f000-44a5-ac52-5d34a75af84a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/publication/delete/4","urlObject":{"protocol":"http","port":"8080","path":["api","publication","delete","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f40bf264-f000-44a5-ac52-5d34a75af84a"},{"name":"Search Publication By Name","id":"333b85f7-e20a-4928-895a-41e938e16d9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"searchKey\" : \"Penelitian di suatu tempat edisi \"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/publication/search/name","urlObject":{"protocol":"http","port":"8080","path":["api","publication","search","name"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"333b85f7-e20a-4928-895a-41e938e16d9a"},{"name":"Select Publication By Id","id":"8677f1aa-1842-4e12-8243-59b9ffa9ad02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/publication/3","urlObject":{"protocol":"http","port":"8080","path":["api","publication","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8677f1aa-1842-4e12-8243-59b9ffa9ad02"},{"name":"Add Publisher to publication","id":"1a820f77-66c7-41f7-9eb6-84d208277776","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{       \r\n    \"id\" : 1,\r\n        \"name\": \"Agus\",\r\n        \"nim\": \"222011460\",\r\n        \"email\": \"222011460@stis.ac.id\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/publication/addpublisher/5","urlObject":{"protocol":"http","port":"8080","path":["api","publication","addpublisher","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a820f77-66c7-41f7-9eb6-84d208277776"},{"name":"Find Publication Paging","id":"42cc98c5-d687-4795-a991-4f6e3cce679e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"searchKey\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/publication/search/2/3","urlObject":{"protocol":"http","port":"8080","path":["api","publication","search","2","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"42cc98c5-d687-4795-a991-4f6e3cce679e"},{"name":"Search Publication Sorting","id":"614900f8-e6ea-4962-bc8b-6c784c4d8405","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"searchKey\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/publication/search/2/0/desc","urlObject":{"protocol":"http","port":"8080","path":["api","publication","search","2","0","desc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"614900f8-e6ea-4962-bc8b-6c784c4d8405"}],"id":"397099cb-35b0-4a13-8dff-40e8e4594c09","_postman_id":"397099cb-35b0-4a13-8dff-40e8e4594c09","description":""},{"name":"Publisher","item":[{"name":"Create Publisher","id":"f19005ca-b48a-4386-a88a-8708b1a7c583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Alex\",\r\n    \"nim\" : \"222222222\",\r\n    \"email\" : \"222222222@stis.ac.id\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/publisher","urlObject":{"protocol":"http","port":"8080","path":["api","publisher"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f19005ca-b48a-4386-a88a-8708b1a7c583"},{"name":"Select Publisher","id":"6dc6bfe2-17c3-4076-98b1-139f8e023b9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/publisher","urlObject":{"protocol":"http","port":"8080","path":["api","publisher"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6dc6bfe2-17c3-4076-98b1-139f8e023b9b"},{"name":"Select Publisher By Id","id":"a7ad4ce2-2686-4c92-bdc9-bdea91b8bdba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/publisher/1","urlObject":{"protocol":"http","port":"8080","path":["api","publisher","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7ad4ce2-2686-4c92-bdc9-bdea91b8bdba"}],"id":"9e72ede5-a858-46b4-a2ed-de6fefd697ed","_postman_id":"9e72ede5-a858-46b4-a2ed-de6fefd697ed","description":""},{"name":"Type","item":[{"name":"Create Type","id":"f226e7f4-aabb-4fbf-bcef-2da6289a2463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Mobile App\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/type","urlObject":{"protocol":"http","port":"8080","path":["api","type"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f226e7f4-aabb-4fbf-bcef-2da6289a2463"},{"name":"Select Type","id":"888f4490-8ea9-4af8-a153-441fac7d3423","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/type","urlObject":{"protocol":"http","port":"8080","path":["api","type"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"888f4490-8ea9-4af8-a153-441fac7d3423"},{"name":"Select Type By Id","id":"9b5143f1-9f07-4679-9d41-df337ce0c246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/type/2","urlObject":{"protocol":"http","port":"8080","path":["api","type","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b5143f1-9f07-4679-9d41-df337ce0c246"},{"name":"Change Type to Publication","id":"3b7835d1-9301-49dc-acb4-701b6e74cc24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 1,\r\n        \"name\": \"Jurnal\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/publication/changetype/3","urlObject":{"protocol":"http","port":"8080","path":["api","publication","changetype","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b7835d1-9301-49dc-acb4-701b6e74cc24"}],"id":"f223f1f3-ba72-4f69-a1d0-1b57a5f2bc1c","_postman_id":"f223f1f3-ba72-4f69-a1d0-1b57a5f2bc1c","description":""},{"name":"Auth","item":[{"name":"Daftar Akun","id":"41274374-15cf-4bb9-91a7-e54cc38628c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"222011460\",\r\n    \"email\":\"222011460@stis.ac.id\",\r\n    \"password\" : \"29082002\",\r\n    \"role\" : [\"\"]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/auth/signup","urlObject":{"protocol":"http","port":"8080","path":["api","auth","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"41274374-15cf-4bb9-91a7-e54cc38628c6"},{"name":"Masuk akun","id":"d706667b-7cf3-429b-90d2-9e10e7869c0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"222011460\",\r\n    \"password\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/auth/signin","urlObject":{"protocol":"http","port":"8080","path":["api","auth","signin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d706667b-7cf3-429b-90d2-9e10e7869c0a"}],"id":"56f36a73-8797-4458-9ac0-5c08a9032085","_postman_id":"56f36a73-8797-4458-9ac0-5c08a9032085","description":""}]}