Skip to content

sgerrand/go-dreamhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-dreamhost

Test Status Test Coverage

go-dreamhost is a Go library for accessing the Dreamhost API.

Usage

import "github.com/sgerrand/go-dreamhost"

Construct a new Dreamhost client. For example:

client := dreamhost.NewClient("your-api-key", nil)

Configuration

Follow the following steps to generate a new API key:

  1. Visit Dreamhost's Web Panel.
  2. Enter a comment for this key. I suggest adding one which will make it easy to identify later.
  3. Select the functions which this API key should have access to. I suggest limiting these to those which you want to control.
  4. Click "Generate a new API Key now!"

Authentication

The go-dreamhost client will pass through the API key provided as part of creating a new client.

License

This library is distributed under the MIT license.

About

Go library for accessing the Dreamhost API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages