Open forus opened 4 months ago
Hello @forus , can I work on this issue if no one else is?
Hello @forus , can I work on this issue if no one else is?
@Mehdi-17 Hello, sure. Please go ahead. Thank you!
@forus thank you !!
Hi @forus @Mehdi-17 what is the status of this issue?
Proposed here: https://github.com/cBioPortal/cbioportal/pull/10829#discussion_r1662354069
SessionServiceRequestHandler
is an HTTP client that talks to the session service. It has all low-level HTTP code to interact with the session service.SessionServiceController
is doing the same now.We can make
SessionServiceController
to callSessionServiceRequestHandler
instead of composing low-level HTTP calls by itself. SeePublicVirtualStudiesController
as an example