Class SubjectAreaRestClient


public class SubjectAreaRestClient extends FFDCRESTClient
RESTClient is responsible for issuing calls to the Subject Area OMAS REST APIs. In this class with methods there is a parameter "urnTemplate" below is an example for a better understanding. For example "/servers/%s/open-metadata/access-services/subject-area/users/%s/categories/%s" where first %s - serverName, second %s - userId and third %s - guid This URN will be a continuation of serverPlatformURLRoot, which was set when creating the object