stacker.news API client package for Go
Go to file
ekzyis ffc5baa79c Read API key from environment 2024-04-07 03:28:05 +02:00
pkg Read API key from environment 2024-04-07 03:28:05 +02: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
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

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.