Add swag to Third-party APIs (#4582)

This commit is contained in:
zc 2022-11-02 21:37:28 +08:00 committed by GitHub
parent 42e1b7d1c5
commit 068cf1a445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2491,6 +2491,7 @@ _Libraries for accessing third party APIs._
- [spotify](https://github.com/rapito/go-spotify) - Go Library to access Spotify WEB API. - [spotify](https://github.com/rapito/go-spotify) - Go Library to access Spotify WEB API.
- [steam](https://github.com/sostronk/go-steam) - Go Library to interact with Steam game servers. - [steam](https://github.com/sostronk/go-steam) - Go Library to interact with Steam game servers.
- [stripe](https://github.com/stripe/stripe-go) - Go client for the Stripe API. - [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. - [textbelt](https://github.com/dietsche/textbelt) - Go client for the textbelt.com txt messaging API.
- [translate](https://github.com/poorny/translate) - Go online translation package. - [translate](https://github.com/poorny/translate) - Go online translation package.
- [Trello](https://github.com/adlio/trello) - Go wrapper for the Trello API. - [Trello](https://github.com/adlio/trello) - Go wrapper for the Trello API.