dlasky / go-wallhaven

golang wrapper for the wallhaven.cc api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoDoc

go-wallhaven

golang wrapper for the wallhaven.cc api version 1

Installation

go get -u github.com/dlasky/go-wallhaven

Basic Usage

results, err := wallhaven.SearchWallpapers(nil)
if err != nil {
  log.Fatal(err)
}
log.Printf("%v", results)

About

golang wrapper for the wallhaven.cc api


Languages

Language:Go 100.0%