You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 call SessionServiceRequestHandler instead of composing low-level HTTP calls by itself.
See PublicVirtualStudiesController as an example
The text was updated successfully, but these errors were encountered:
Proposed here:
#10829 (comment)
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.See
PublicVirtualStudiesController
as an exampleThe text was updated successfully, but these errors were encountered: