Help Center>
IoT>
API Reference>
Northbound Python SDK API Reference>
SDK Initialization Configuration and Test>
Methods of the NorthApiClient Class
Updated at: 2022-02-24 GMT+08:00
Methods of the NorthApiClient Class
The methods of the NorthApiClient class are used to create an application instance. They are the prerequisites for calling other SDK APIs. The following describes the main methods:
Method |
Description |
---|---|
def invokeAPI(httpMethod, url, headers, payload, clientInfo) |
The API calling methods and the returned data vary according to the input parameters. |
Parent topic: SDK Initialization Configuration and Test
