go-wavy

module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2021 License: MIT

README

go-wavy

Go Reference

Golang client for interacting with wavy.fm.

Installation

go get github.com/OGKevin/go-wavy/wavy

Usage

import "github.com/OGKevin/go-wavy/wavy"

ctx, cancel := context.WithCancel(context.Background())
defer cancel()

c := wavy.NewClient(ctx, hclog.NewNullLogger(), os.Getenv("CLIENT_ID"), os.Getenv("CLIENT_SECRET")
profile, err := c.UserService().GetProfile(ctx, wavy.UserURI{Username: "OGKevin"})
if err != nil {
    panic(err)
}

License

MIT

Directories

Path Synopsis
Package wavy provides bindings to interact with the wavy.fm api.
Package wavy provides bindings to interact with the wavy.fm api.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL