icgc-argo / roadmap

Place to review/request new features and new tools on ICGC-ARGO's roadmap
1 stars 0 forks source link

Create HTTP Client and Related Resolver for Program Service Endpoints in Gateway - Part 1 #1037

Closed daniel-cy-lu closed 9 months ago

daniel-cy-lu commented 9 months ago
  1. Create a function in the httpClient to interact with the ProgramService for the given action.
  2. Update the gql resolver to use the httpClient function from step 1 instead of the GRPC client.

program service clients:

This ticket has part 1 and part 2