Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maragudk/gumroad
A Gumroad API client.
https://github.com/maragudk/gumroad
gumroad
Last synced: 6 days ago
JSON representation
A Gumroad API client.
- Host: GitHub
- URL: https://github.com/maragudk/gumroad
- Owner: maragudk
- License: mit
- Created: 2021-10-26T11:20:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T11:39:22.000Z (about 3 years ago)
- Last Synced: 2025-01-03T02:17:20.021Z (7 days ago)
- Topics: gumroad
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gumroad
[![GoDoc](https://godoc.org/github.com/maragudk/gumroad?status.svg)](https://godoc.org/github.com/maragudk/gumroad)
[![Go](https://github.com/maragudk/gumroad/actions/workflows/go.yml/badge.svg)](https://github.com/maragudk/gumroad/actions/workflows/go.yml)A Gumroad API client.
Incomplete and work-in-progress.
Made in 🇩🇰 by [maragu](https://www.maragu.dk), maker of [online Go courses](https://www.golang.dk/).
## Usage
Get the library using `go get`:
```shell
go get -u github.com/maragudk/gumroad
```Install the CLI with `go install`:
```shell
go install github.com/maragudk/gumroad/cmd/gumroad@latest
```