Skip to content

Commit

Permalink
test: update Postman collection
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Oct 4, 2024
1 parent 5557fb0 commit 3174970
Showing 1 changed file with 95 additions and 16 deletions.
111 changes: 95 additions & 16 deletions agent_api_rest/postman/ssi-agent.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,20 +163,6 @@
},
{
"name": "credentials",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{HOST}}{{CREDENTIAL_LOCATION}}",
"host": [
"{{HOST}}{{CREDENTIAL_LOCATION}}"
]
}
},
"response": []
},
{
"name": "all_credentials",
"event": [
{
"listen": "test",
Expand Down Expand Up @@ -215,6 +201,20 @@
},
"response": []
},
{
"name": "credential",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{HOST}}{{CREDENTIAL_LOCATION}}",
"host": [
"{{HOST}}{{CREDENTIAL_LOCATION}}"
]
}
},
"response": []
},
{
"name": "offers",
"event": [
Expand Down Expand Up @@ -275,7 +275,7 @@
"response": []
},
{
"name": "all_offers",
"name": "offers",
"event": [
{
"listen": "test",
Expand Down Expand Up @@ -314,6 +314,25 @@
},
"response": []
},
{
"name": "offer",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{HOST}}/v0/offers/{{OFFER_ID}}",
"host": [
"{{HOST}}"
],
"path": [
"v0",
"offers",
"{{OFFER_ID}}"
]
}
},
"response": []
},
{
"name": "offers_send",
"request": {
Expand Down Expand Up @@ -684,7 +703,7 @@
"response": []
},
{
"name": "authorization_requests",
"name": "authorization_request",
"request": {
"method": "GET",
"header": [],
Expand Down Expand Up @@ -811,6 +830,26 @@
},
"response": []
},
{
"name": "offer",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{HOST}}/v0/holder/offers/{{RECEIVED_OFFER_ID}}",
"host": [
"{{HOST}}"
],
"path": [
"v0",
"holder",
"offers",
"{{RECEIVED_OFFER_ID}}"
]
}
},
"response": []
},
{
"name": "offers_accept",
"request": {
Expand Down Expand Up @@ -892,6 +931,26 @@
},
"response": []
},
{
"name": "credential",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{HOST}}/v0/holder/credentials/{{HOLDER_CREDENTIAL_ID}}",
"host": [
"{{HOST}}"
],
"path": [
"v0",
"holder",
"credentials",
"{{HOLDER_CREDENTIAL_ID}}"
]
}
},
"response": []
},
{
"name": "presentations",
"event": [
Expand Down Expand Up @@ -931,6 +990,26 @@
},
"response": []
},
{
"name": "presentation",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{HOST}}/v0/holder/presentations/{{PRESENTATION_ID}}",
"host": [
"{{HOST}}"
],
"path": [
"v0",
"holder",
"presentations",
"{{PRESENTATION_ID}}"
]
}
},
"response": []
},
{
"name": "presentations",
"request": {
Expand Down

0 comments on commit 3174970

Please sign in to comment.