postman API
This commit is contained in:
parent
99005c4f11
commit
5be3469be3
45
Postman abs/bridge.js
Normal file
45
Postman abs/bridge.js
Normal 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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user