Go written Golinks API client.
Include this is your code as below:
import "github.com/kekelinks/go-golinks/golinks"
Using go get
:
$ go get github.com/kekelinks/go-golinks
Using the client:
client := golinks.NewClient("token")
API's are very simple and easy to understand.
client.Links.Retrieve(10)
Please see the LICENSE file for the included license information. Copyright 2021 by Keisuke Yamashita.