Skip to content

AustinWise/Austin.Linode

Repository files navigation

Austin.Linode, a .NET library for the Linode API

An easy use way to use the Linode API from C#. While every API call is currently implemented, only enough response parsing to reboot or resize instance are implemented.

Install

Available on Nuget as Austin.Linode.

NuGet

Dependencies

License

Austin.Linode is licensed under a three-clause BSD license.

Enhacement Ideas

  • Actually parse more API responses.
  • Batch requests.
  • Better errors (like an error enumeration).

API Testing Status

This is a list of the different APIs that are tested by the IntegrationTest project.