postman API

This commit is contained in:
MathewFrancis 2025-08-20 15:41:07 +05:30
parent 99005c4f11
commit 5be3469be3

45
Postman abs/bridge.js Normal file
View File

@ -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": []
}
]
}