https://github.com/go-resty/docs
Resty Documentation
https://github.com/go-resty/docs
documentation go-library resty
Last synced: 3 months ago
JSON representation
Resty Documentation
- Host: GitHub
- URL: https://github.com/go-resty/docs
- Owner: go-resty
- License: apache-2.0
- Created: 2024-11-28T20:48:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-30T02:33:10.000Z (3 months ago)
- Last Synced: 2026-03-30T05:31:35.215Z (3 months ago)
- Topics: documentation, go-library, resty
- Language: HTML
- Homepage: https://resty.dev
- Size: 213 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple HTTP, REST, and SSE client library for Go
# Documentation
Go to https://resty.dev and refer to godoc.
## Contribution
I would welcome your contribution! If you find any improvement, correction, or want to add new documentation pages, feel free to send a pull request.
### Run Documentation Website Locally
Resty uses the Hugo static site generator. It requires v0.146 and above.
```shell
hugo server --minify
```
Go to http://localhost:1313/ to see the documentation website.
## Contributors
Have a look on [Contributors](https://github.com/go-resty/docs/graphs/contributors) page.
## License Info
Resty [Documentation](https://github.com/go-resty/docs) and website released under Apache-2.0 [LICENSE](LICENSE).