From ae6d9f756ed09cd90ed15caa043255f45642abdb Mon Sep 17 00:00:00 2001 From: Tirth Patel Date: Sat, 14 Mar 2026 23:05:34 -0500 Subject: [PATCH] Add threads-go to Third-party APIs (#6114) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f1f7919..39e1bef5 100644 --- a/README.md +++ b/README.md @@ -2767,6 +2767,7 @@ _Libraries for accessing third party APIs._ - [stripe](https://github.com/stripe/stripe-go) - Go client for the Stripe API. - [swag](https://github.com/zc2638/swag) - No comments, simple go wrapper to create swagger 2.0 compatible APIs. Support most routing frameworks, such as built-in, gin, chi, mux, echo, httprouter, fasthttp and more. - [textbelt](https://github.com/dietsche/textbelt) - Go client for the textbelt.com txt messaging API. +- [threads-go](https://github.com/tirthpatell/threads-go) - Go client library for the Meta Threads API with OAuth 2.0, rate limiting, and type-safe error handling. - [Trello](https://github.com/adlio/trello) - Go wrapper for the Trello API. - [TripAdvisor](https://github.com/mrbenosborne/tripadvisor-golang) - Go wrapper for the TripAdvisor API. - [tumblr](https://github.com/mattcunningham/gumblr) - Go wrapper for the Tumblr v2 API.