Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 577 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 577 Bytes

go-coding

GoDoc

go-coding is a Go client library for accessing the Coding API.

go-coding requires Go version 1.3 or greater.

Usage

import "github.com/daocloud/go-coding"


client := coding.NewClient("https://coding.net/api", "xxxxxxx")

Contributions

We are open for all kinds of pull requests!

License

This library is distributed under the MIT license found in the LICENSE file.