An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Resty Logo


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).