Package zowe.client.sdk.rest
Http functionality used by the SDK via UNIREST library.
UNIREST library provides the ability to retrieve JSON error document.
For example, the following http GET request will result in an HTTP 500 error: https://xxxxxxx.broadcom.net:xxxx/zosmf/restfiles/ds?
and the JSON error report document body response is: {"rc":4,"reason":13,"category":1,"message":"query parm dslevel= or volser= must be specified"}
-
Class Summary Class Description JsonDeleteRequest Http delete operation with Json content typeJsonGetRequest Http get operation with Json content typeJsonPostRequest Http post operation with Json content typeJsonPutRequest Http put operation with Json content typeQueryConstants Constants for various Rest query infoResponse Holds http response informationStreamGetRequest Http get stream operation with Json content typeStreamPutRequest Http put stream operation with binary content typeTextGetRequest Http get operation with text content typeTextPutRequest Http put operation with text content typeZosmfHeaders z/OSMF Headers infoZoweRequest Base abstract class that conforms to Http CRUD operationsZoweRequestFactory Zowe request factory that generates the desire CRUD operation