stacker.news API client package for Go
Go to file
ekzyis 86612a527b Fix EntityTooSmall error from S3 2024-10-16 04:56:50 +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 Add image uploads 2024-09-23 02:54:01 +02:00
client_test.go Add tests 2024-07-02 23:47:36 +02:00
go.mod Fix Item.DeletedAt missing 2024-09-19 02:46:51 +02:00
go.sum Fix Item.DeletedAt missing 2024-09-19 02:46:51 +02:00
invoice.go Update API 2024-07-02 23:47:35 +02:00
items.go Fix Item.DeletedAt missing 2024-09-19 02:46:51 +02:00
notifications.go Add replies 2024-09-23 03:41:10 +02:00
rss.go Move source code into root 2024-04-07 04:53:33 +02:00
upload.go Fix EntityTooSmall error from S3 2024-10-16 04:56:50 +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.