diff --git a/tooling/API/Backend/GRPC.http b/tooling/API/Backend/GRPC.http index e69de29b..74c31da1 100644 --- a/tooling/API/Backend/GRPC.http +++ b/tooling/API/Backend/GRPC.http @@ -0,0 +1,18 @@ +proto < ../../../proto/user/user.proto + +@host=http://selv.local:5001/backend +### +{{ + //pre request script + exports.data = new TextEncoder().encode("test"); +}} + +GRPC /UsersService/ConnectUser +{ + "did": "test", + "code": "f42f11ac-63dc-441a-9778-b6b55721ab47" +} + +GRPC 0 - OK +content-type: application/grpc+proto +date: Fri, 26 Apr 2024 08:33:29 GMT \ No newline at end of file diff --git a/tooling/API/Identity/GRPC.http b/tooling/API/Identity/GRPC.http index ca3f17a8..397226bd 100644 --- a/tooling/API/Identity/GRPC.http +++ b/tooling/API/Identity/GRPC.http @@ -31,7 +31,6 @@ GRPC /Jwt/create "credential_json": {{credential_json}}, "issuer_fragment": "S3zEW4inNy8FYZEMVTEthdzqqSBq1WglM2k75xKHzy0" } - ### {{ @@ -47,4 +46,4 @@ GRPC /Signing/sign GRPC 0 - OK content-type: application/grpc -date: Fri, 26 Apr 2024 08:30:11 GMT \ No newline at end of file +date: Fri, 26 Apr 2024 08:40:40 GMT \ No newline at end of file diff --git a/tooling/API/OID4VC/GRPC.http b/tooling/API/OID4VC/GRPC.http index 8873acb0..017bb5ce 100644 --- a/tooling/API/OID4VC/GRPC.http +++ b/tooling/API/OID4VC/GRPC.http @@ -9,10 +9,6 @@ GRPC /SIOPV2/CreateRequest "state": "test" } ### -GRPC 0 - OK -content-type: application/grpc+proto -date: Thu, 25 Apr 2024 19:42:51 GMT -### GRPC /OID4VP/CreateRequest { "state": "test", @@ -21,6 +17,7 @@ GRPC /OID4VP/CreateRequest } } ### -GRPC 0 - OK -content-type: application/grpc+proto -date: Thu, 25 Apr 2024 19:43:57 GMT \ No newline at end of file +GRPC /OID4VCI/CreateOffer +{ + "credentials": ["wa_driving_license"] +} \ No newline at end of file diff --git a/tooling/API/OID4VC/HTTP.http b/tooling/API/OID4VC/HTTP.http index 186b943b..567a85d4 100644 --- a/tooling/API/OID4VC/HTTP.http +++ b/tooling/API/OID4VC/HTTP.http @@ -1,4 +1,4 @@ -@host=http://bank.host.docker.internal:81 +@host=http://bank.selv.local:81 ### GET /api/health ###