From 5be3469be385681a04ed4be6f3d6cf07cb7d6982 Mon Sep 17 00:00:00 2001 From: MathewFrancis Date: Wed, 20 Aug 2025 15:41:07 +0530 Subject: [PATCH] postman API --- Postman abs/bridge.js | 45 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Postman abs/bridge.js diff --git a/Postman abs/bridge.js b/Postman abs/bridge.js new file mode 100644 index 0000000..a46f873 --- /dev/null +++ b/Postman abs/bridge.js @@ -0,0 +1,45 @@ +{ + "info": { + "_postman_id": "24db7ddd-3daf-41b9-adea-8d92261bfc31", + "name": "Abs poll", + "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", + "_exporter_id": "42351911" + }, + "item": [ + { + "name": "http://localhost:8080/abs/poll", + "request": { + "method": "POST", + "header": [ + { + "key": "Content-Type", + "value": "application/json", + "type": "text" + } + ], + "body": { + "mode": "raw", + "raw": "{\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://localhost:8080/abs/poll", + "protocol": "http", + "host": [ + "localhost" + ], + "port": "8080", + "path": [ + "abs", + "poll" + ] + } + }, + "response": [] + } + ] +} \ No newline at end of file