Skip to content

stirlab/elixir-linode-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linode API wrapper

Start of a wrapper for the various APIs available at Linode

This uses version 4 of their API.

NOTE: Almost nothing in here right now, only very basic functions have been implemented for their DNS Manager functionality. Pull requests welcome to add other stuff :)

Installation (for now)

def deps do
  [
    {:linode_sdk, git: "https://github.com/thehunmonkgroup/elixir-linode-sdk.git"},
  ]
end
cp config/config.sample.exs config/config.exs

Edit to taste.

Releases

No releases published

Packages

No packages published

Languages