Commit 747c3828 authored by Jisan Ahmed's avatar Jisan Ahmed
Browse files

api collection added

parent 8c35c3d0
...@@ -424,3 +424,13 @@ ...@@ -424,3 +424,13 @@
2024/08/21 12:11:00.011 [I] [server.go:280] http server Running on http://:8081 2024/08/21 12:11:00.011 [I] [server.go:280] http server Running on http://:8081
2024/08/21 12:11:19.108 [I] [main.go:50] Logging configured successfully 2024/08/21 12:11:19.108 [I] [main.go:50] Logging configured successfully
2024/08/21 12:11:19.130 [I] [server.go:280] http server Running on http://:8081 2024/08/21 12:11:19.130 [I] [server.go:280] http server Running on http://:8081
2024/08/21 13:48:44.661 [D] [router.go:1306] | ::1| 200 | 46.941088ms| match| GET  /triprequestdetails r:/triprequestdetails
2024/08/21 13:49:16.233 [D] [router.go:1306] | ::1| 200 | 21.543874ms| match| GET  /biddingtripadditionaldetails r:/biddingtripadditionaldetails
2024/08/21 13:49:26.684 [D] [router.go:1306] | ::1| 200 | 50.85527ms| match| GET  /biddingtripadditionaldetails/request_id/1931112 r:/biddingtripadditionaldetails/request_id/:request_id
2024/08/21 13:49:53.187 [D] [router.go:1306] | ::1| 200 | 13.376522ms| match| GET  /biddingrequestbiddetails/bid_id/11163022 r:/biddingrequestbiddetails/bid_id/:bid_id
2024/08/21 13:50:12.605 [D] [router.go:1306] | ::1| 200 | 6.334592ms| match| GET  /biddingrequestbiddetails/bid_id/11163031 r:/biddingrequestbiddetails/bid_id/:bid_id
2024/08/21 13:50:19.807 [D] [router.go:1306] | ::1| 200 | 31.106132ms| match| GET  /biddingrequeststatusdetails/ r:/biddingrequeststatusdetails
2024/08/21 13:50:26.326 [D] [router.go:1306] | ::1| 200 | 10.126099ms| match| GET  /biddingrequeststatusdetails/request_id/1931112 r:/biddingrequeststatusdetails/request_id/:request_id
2024/08/21 13:50:35.029 [D] [router.go:1306] | ::1| 200 | 8.148221ms| match| GET  /bidstatusdetails/bid_id/11163031 r:/bidstatusdetails/bid_id/:bid_id
2024/08/21 13:50:57.547 [D] [router.go:1306] | ::1| 200 | 3.815063ms| match| GET  /bidstatusdetails/bid_id/11163031 r:/bidstatusdetails/bid_id/:bid_id
2024/08/21 13:51:19.005 [D] [router.go:1306] | ::1| 200 | 4.080071ms| match| GET  /bidstatusdetails/bid_id/11163031 r:/bidstatusdetails/bid_id/:bid_id
{
"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
https://api.postman.com/collections/37291569-fbd62a1f-32a4-41c5-ab95-a8526c091e5d?access_key=PMAT-01J5SYTZGMTNEV6FDB639GAK03
\ 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
https://api.postman.com/collections/37291569-4364ba9f-1781-49aa-a2a2-f9648218eed3?access_key=PMAT-01J5SZ0ZM1YA1M29SMNGCWZX3W
\ 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