SdkApi

class core.zowe.core_for_zowe_sdk.SdkApi(connection, default_url)

Abstract class used to represent the base SDK API.

connection

A dictionary containing the connection arguments

Type

dict

default_url

The default endpoint for the API

Type

str

create_custom_request_arguments()

Create a copy of the default request arguments dictionary.

This method is required because the way that Python handles dictionary creation