Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phogolabs/rest
A utility package for developing RESTFul API Services
https://github.com/phogolabs/rest
chi golang http rest-api utility
Last synced: about 1 month ago
JSON representation
A utility package for developing RESTFul API Services
- Host: GitHub
- URL: https://github.com/phogolabs/rest
- Owner: phogolabs
- License: mit
- Created: 2018-04-27T16:24:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T13:32:23.000Z (almost 2 years ago)
- Last Synced: 2024-07-20T09:00:03.559Z (6 months ago)
- Topics: chi, golang, http, rest-api, utility
- Language: Go
- Homepage:
- Size: 367 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# rest
[![Documentation][godoc-img]][godoc-url]
![License][license-img]
[![Build Status][travis-img]][travis-url]
[![Coverage][codecov-img]][codecov-url]
[![Go Report Card][report-img]][report-url]*Built Restful Services*
[![rest][rest-img]][rest-url]
## Overview
rest is a package that facilitates developing Web API Services with
[chi][chi-url]. It provides set of utility functions for sending responses and
handling errors.## Installation
```console
$ go get -u github.com/phogolabs/rest
```## Contributing
We are welcome to any contributions. Just fork the
[project](https://github.com/phogolabs/rest).*logo made by [Free Pik][logo-author-url]*
[report-img]: https://goreportcard.com/badge/github.com/phogolabs/rest
[report-url]: https://goreportcard.com/report/github.com/phogolabs/rest
[logo-author-url]: https://www.freepik.com/free-vector/flat-tropical-animals_875704.htm
[logo-license]: http://creativecommons.org/licenses/by/3.0/
[rest-url]: https://github.com/phogolabs/rest
[rest-img]: doc/img/logo.png
[codecov-url]: https://codecov.io/gh/phogolabs/rest
[codecov-img]: https://codecov.io/gh/phogolabs/rest/branch/master/graph/badge.svg
[travis-img]: https://travis-ci.org/phogolabs/rest.svg?branch=master
[travis-url]: https://travis-ci.org/phogolabs/rest
[chi-url]: https://github.com/go-chi/chi
[godoc-url]: https://godoc.org/github.com/phogolabs/rest
[godoc-img]: https://godoc.org/github.com/phogolabs/rest?status.svg
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg
[software-license-url]: LICENSE