Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jisan Ahmed
My APIs
Commits
8c35c3d0
Commit
8c35c3d0
authored
Aug 21, 2024
by
Jisan Ahmed
Browse files
postman collection added
parent
77f84b15
Changes
2
Hide whitespace changes
Inline
Side-by-side
RequestTrip/RequestTrips.postman_collection.json
0 → 100644
View file @
8c35c3d0
{
"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
Todo_With_ORM/Beego Todo.postman_collection.json
0 → 100644
View file @
8c35c3d0
{
"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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment