Skip to content

Commit

Permalink
🎨 readme update with a description, fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 13, 2020
1 parent 5473038 commit cb53d47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

> Own your endpoint
metapi's main purpose is to help make sure your endpoint responses are consistent. By using the built in helper functions like `->option()...->verify`, `->render()`, `->success()` and `->error()` they will all share the same JSONAPI-compatible standardized output reflecting the options available, parameters provided, and results. There is also neat stuff like a rich view of the JSON with search when looked at via the browser.

[![Latest Stable Version](https://poser.pugx.org/acidjazz/metapi/version.png)](https://packagist.org/packages/acidjazz/metapi)
[![Total Downloads](https://poser.pugx.org/acidjazz/metapi/d/total.png)](https://packagist.org/packages/acidjazz/metapi)
[![codecov](https://codecov.io/gh/acidjazz/metapi/branch/master/graph/badge.svg)](https://codecov.io/gh/acidjazz/metapi)
Expand All @@ -14,6 +16,7 @@
> Dracula dark theme with laravel-debugbar


## Features
* Endpoint benchmarking
* Laravel Validation wrapper that reflects requirements
Expand Down

0 comments on commit cb53d47

Please sign in to comment.