Commit 8c35c3d0 authored by Jisan Ahmed's avatar Jisan Ahmed
Browse files

postman collection added

parent 77f84b15
{
"info": {
"_postman_id": "fbd62a1f-32a4-41c5-ab95-a8526c091e5d",
"name": "RequestTrips",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json",
"_exporter_id": "37291569"
},
"item": [
{
"name": "Trip Request Details",
"request": {
"method": "GET",
"header": [],
"url": "http://localhost:8081/triprequestdetails"
},
"response": []
},
{
"name": "Trip Request Details by ID",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "Trip Request Status by Request ID",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "Bidding Trip Additional Details",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "Bidding Trip Additional Details by request id",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "Bidding Request Bid details by request id order by desc",
"request": {
"method": "GET",
"header": [],
"url": "http://localhost:8081/biddingrequestbiddetails/request_id/1931104"
},
"response": []
},
{
"name": "Bidding Request Bid details by bid id",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "Bidding Request Status Details",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "Bidding Request Status Details By request id",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "bid status details",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "bid status details by bid id",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "Trip Details With Bids (Bala Bhai)",
"request": {
"method": "GET",
"header": []
},
"response": []
}
]
}
\ No newline at end of file
{
"info": {
"_postman_id": "4364ba9f-1781-49aa-a2a2-f9648218eed3",
"name": "Beego Todo",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json",
"_exporter_id": "37291569"
},
"item": [
{
"name": "New To Do",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"Name\":\"Eat sleep repeat\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": "http://localhost:8086/api/todo"
},
"response": []
},
{
"name": "Entryy",
"request": {
"method": "GET",
"header": [],
"url": "http://localhost:8086"
},
"response": []
},
{
"name": "List Todos",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"Name\": \"Updated Todo Name\",\n \"Done\": \"true\"\n}\n",
"options": {
"raw": {
"language": "json"
}
}
},
"url": "http://localhost:8086/api/todo/1"
},
"response": []
},
{
"name": "Get Todo by ID",
"request": {
"method": "GET",
"header": [],
"url": "http://localhost:8086/api/todo/1"
},
"response": []
},
{
"name": "Update Todo by ID",
"request": {
"method": "GET",
"header": [],
"url": "http://localhost:8086/api/todo/1"
},
"response": []
},
{
"name": "Delete Todo",
"request": {
"method": "DELETE",
"header": [],
"url": "http://localhost:8086/api/todo/delete/2"
},
"response": []
}
]
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment