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

https://github.com/joeriddles/chi-api-middleware

Middleware for Chi that retrieves the API before the request is handled
https://github.com/joeriddles/chi-api-middleware

Last synced: over 1 year ago
JSON representation

Middleware for Chi that retrieves the API before the request is handled

Awesome Lists containing this project

README

          

# chi-api-middleware

Middleware for Chi that retrieves the API before the request is handled.

**Note:** this currently uses a [forked version of Chi](https://github.com/joeriddles/chi). A pull request has been made to merge the fork with upstream: https://github.com/go-chi/chi/pull/872.

---

To run: `make`

To test: `make test`