stacker.news API client package for Go
Go to file
ekzyis 5ba3c56b75 Refactor code to use Client struct
* previous code was messy with all source in project root
* now code is organized in pkg/
* removed types.go and moved types into their respective modules
* package exports a Client struct now and all functions are methods of that struct
* also supports API keys now
2024-04-07 03:15:36 +02:00
pkg Refactor code to use Client struct 2024-04-07 03:15:36 +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.