stacker.news API client package for Go
Go to file
ekzyis f4c1b57c1f Add createInvoice mutation 2024-06-02 04:28:03 -05:00
LICENSE Add LICENSE 2023-06-01 02:09:07 +02:00
README.md Refactor code to use Client struct 2024-04-07 03:15:36 +02:00
client.go Use functional options pattern 2024-04-07 05:24:37 +02:00
go.mod Refactor code to use Client struct 2024-04-07 03:15:36 +02:00
go.sum Refactor code to use Client struct 2024-04-07 03:15:36 +02:00
invoice.go Add createInvoice mutation 2024-06-02 04:28:03 -05:00
items.go Add item query 2024-06-02 01:36:39 -05:00
rss.go Move source code into root 2024-04-07 04:53:33 +02:00
user.go Move source code into root 2024-04-07 04:53:33 +02:00

README.md

snappy

stacker.news API client package for Go

How to use

$ go get github.com/ekzyis/snappy

SN_API_KEY must be set in your environment for authenticated API access.