Skip to content

kekelinks/go-golinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golinks SDK for Go

tests codecov Documentation

Go written Golinks API client.

Installation

Include this is your code as below:

import "github.com/kekelinks/go-golinks/golinks"

Using go get:

$ go get github.com/kekelinks/go-golinks

Usage

Using the client:

client := golinks.NewClient("token")

API's are very simple and easy to understand.

client.Links.Retrieve(10)

Copyright and License

Please see the LICENSE file for the included license information. Copyright 2021 by Keisuke Yamashita.