MXRestClient: Move IS API to its own #2647
Labels
A-Identity-Server
feature
privacy
privacy-sprint
T-Enhancement
New features, changes in functionality, performance boosts, user-facing improvements
MXRestClient currently makes calls to HS, IS and AV scanner servers.
We should split it into different classes:
MXRestClient
to use the HS CS API onlyMXIdentityServerRestClient
orMXISRestClient
class to manage call to the IS APIMXAVScannerRestClient
. But this is optional and not blocking for the momentThen:
MXIdentityServerService
or stg to proxy all calls toMXISRestClient
. One goal is to manage the IS access token introduced in IS API v2.This task is prerequisite for #2603
The text was updated successfully, but these errors were encountered: