Skip to content

Laysi/go-lbry-lighthouse-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-lbry-lighthouse-sdk

A golang sdk client for LBRY Lighthouse server

example:

AutoComplete

import	lighthouse "github.com/Laysi/go-lbry-lighthouse-sdk/sdk"

func main(){
    client:=lighthouse.NewAPIClient(lighthouse.NewConfiguration())
	result, _, err := client.LighthouseApi.SearchAutoComplete(context.Background()).Nsfw(false).S("dragon").Execute()
	if err != nil {
		panic(err)
	}
	print(result);
}

About

A golang sdk client for LBRY Lighthouse server

Resources

License

Stars

Watchers

Forks

Packages

No packages published