Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

1l0/dynalist-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynalist-go

GoDoc Go Report Card

Set an env before using:

export DYNALIST_TOKEN=your_secret_token

example

Get file list:

api, err := dynalist.New()
if err != nil {
	panic(err)
}

res, err := api.FileList()
if err != nil {
	panic(err)
}

fmt.Printf("%+v\n", res)

About

Dynalist API for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages