Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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