#Ubuntu.Landscape.Client
The Ubuntu.Landscape.Client .Net library is doing API calls to the Landscape Server. It is written in C#.
###usage
var client = new Ubuntu.Landscape.Client();
client.hostname = "hostname";
client.secretKey = "secret key";
client.accessKey = "access key";
client.ignoreInvalidCerts = true;
client.actionString = "GetAlerts";
var JsonOutput = client.getResult();
For possible action strings please have a look here:
Addional contributors are welcome!