stacker.news API client package for Go
Go to file
ekzyis f911f10822 Fix comment response parsing 2024-07-03 09:30:15 +02:00
.gitignore Add tests 2024-07-02 23:47: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
client.go Use functional options pattern 2024-04-07 05:24:37 +02:00
client_test.go Add tests 2024-07-02 23:47: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
invoice.go Update API 2024-07-02 23:47:35 +02:00
items.go Fix comment response parsing 2024-07-03 09:30:15 +02: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.