Skip to main content
Version: 1.5.0

Initializing the Spire Linux Agent using the SDK

In this example we will be initializing the SDK object to communicate with the Spire Linux Agent.

Retrieve the source code

#include "SdkAPI.h"

apiClient_t *client;

client = apiClient_create();

/* Do Work */

apiClient_free(client);