Package org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest
package org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest
This package provides the support for issuing REST API calls to the OMAG Server and processing common error responses
(InvalidParameterException, UserNotAuthorizedException, PropertyServerException) from the calls.
This leaves the Digital Architecture OMAS Clients to focus on marshalling requests and returning successful responses.
-
ClassDescriptionDigitalArchitectureRESTClient is responsible for issuing calls to the OMAS REST APIs and managing exceptions returned in the responses.