luka-j / matf-rs2-api-gateway

0 stars 1 forks source link

[API] Implement making HTTP calls #68

Closed luka-j closed 1 year ago

luka-j commented 1 year ago

Implement basic API Gateway backend. Request with all details should arrive via gRPC endpoint, data should be serialized, request built and sent off, response should be deserialized and verified, and then sent back to caller.