Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 733 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 733 Bytes

go-linode

Build Status

Introduction

go-linode is a WIP Golang library for working with the Linode API. The goals for the project is as follows:

  • Full API coverage of the Linode API (including the all important test.echo)
  • Provide both a lean interface and an OOP friendly interface for both tastes
  • Generated objects (Plans, Data Centers, etc) from API data to make code completion easy for infrequent changing things
  • Support the batch API

This library is still under development and aggressive refactoring. No promises are made regarding the stability of the interface yet, but soon...

License

MIT License