Registry / http-client / caarlos0-go-reddit-v3

caarlos0-go-reddit-v3

JSON →
library3.0.1gogounverified

A Go client library for the Reddit API.

go get github.com/caarlos0/go-reddit/v3
INSTALL
IMPORT
SIG · CAARLOS0-GO-REDDIT
C
caarlos0-go-reddit-v3
http-clientgov3.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

reddit
github.com/caarlos0/go-reddit/v3

Fetch hot posts from a subreddit

package main import ( "context" "github.com/caarlos0/go-reddit/v3" ) func main() { client, _ := reddit.NewClient(nil) _, _ = client.Post.Links(context.Background(), "golang", "hot", nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
OpenAI (training)
1
Resources
caarlos0-go-reddit-v3 — go get caarlos0-go-reddit-v3 · libregistry