Skip to content

go-resty/resty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c639081 · Mar 22, 2025
Jan 2, 2025
Jan 4, 2025
Jun 28, 2024
Feb 1, 2025
Nov 1, 2024
Jan 8, 2025
Jan 3, 2025
Dec 2, 2024
Jan 4, 2025
Jan 2, 2025
Mar 22, 2025
Feb 8, 2025
Nov 26, 2024
Jan 1, 2025
Jan 1, 2025
Jan 31, 2025
Dec 2, 2024
Dec 2, 2024
Jan 3, 2025
Jan 3, 2025
Dec 19, 2024
Dec 19, 2024
Feb 8, 2025
Dec 30, 2024
Jan 20, 2025
Jan 14, 2025
Dec 31, 2024
Jan 25, 2025
Feb 8, 2025
Jan 31, 2025
Feb 1, 2025
Feb 8, 2025
Dec 29, 2024
Jan 5, 2025
Mar 22, 2025
Mar 22, 2025
Jan 14, 2025
Jan 31, 2025
Sep 22, 2024
Sep 22, 2024
Jan 30, 2025
Nov 13, 2024

Repository files navigation

Resty Logo

Simple HTTP, REST, and SSE client library for Go

Resty Build Status Resty Code Coverage Go Report Card Resty GoDoc License Mentioned in Awesome Go

Documentation

Go to https://resty.dev and refer to godoc.

Minimum Go Version

Use go1.21 and above.

Support & Donate

Versioning

Resty releases versions according to Semantic Versioning

  • Resty v3 provides Go Vanity URL resty.dev/v3.
  • Resty v2 migrated away from gopkg.in service, github.com/go-resty/resty/v2.
  • Resty fully adapted to go mod capabilities since v1.10.0 release.
  • Resty v1 series was using gopkg.in to provide versioning. gopkg.in/resty.vX points to appropriate tagged versions; X denotes version series number and it's a stable release for production use. For e.g. gopkg.in/resty.v0.

Contribution

I would welcome your contribution!

  • If you find any improvement or issue you want to fix, feel free to send a pull request.
  • The pull requests must include test cases for feature/fix/enhancement with patch coverage of 100%.
  • I have done my best to bring pretty good coverage. I would request contributors to do the same for their contribution.

I always look forward to hearing feedback, appreciation, and real-world usage stories from Resty users on GitHub Discussions. It means a lot to me.

Creator

Jeevanandam M. (jeeva@myjeeva.com)

Contributors

Have a look on Contributors page.

License Info

Resty released under MIT LICENSE.

Resty Documentation and website released under Apache-2.0 LICENSE.