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
Support for a Management Portal client can be added to enhance functionality. This will be particularly useful for handling requests that lack subject or project information, as such details can be retrieved using the Management Portal client.
There are two potential approaches to implement this:
Utilize the ManagementPortal client library. This Kotlin library interacts with the ManagementPortal REST API and provides support for fetching various ManagementPortal resources.
For more details, refer to the library documentation: ManagementPortal Client Library
The text was updated successfully, but these errors were encountered:
Support for a Management Portal client can be added to enhance functionality. This will be particularly useful for handling requests that lack subject or project information, as such details can be retrieved using the Management Portal client.
There are two potential approaches to implement this:
Extend the existing class designed for this purpose: ManagementPortalService.java
Utilize the ManagementPortal client library. This Kotlin library interacts with the ManagementPortal REST API and provides support for fetching various ManagementPortal resources.
For more details, refer to the library documentation: ManagementPortal Client Library
The text was updated successfully, but these errors were encountered: