Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 19 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,54 @@
<p align="center">
<img src="bird.png">
<img src="bird.png">
</p>
<p align="center">
<a href="https://codecov.io/gh/robsontenorio/vue-api-query">
<img src="https://codecov.io/gh/robsontenorio/vue-api-query/branch/master/graph/badge.svg" />
<a href="https://codecov.io/gh/mindedge/vue-api-query">
<img src="https://codecov.io/gh/mindedge/vue-api-query/branch/master/graph/badge.svg" />
</a>
<a href="https://actions-badge.atrox.dev/robsontenorio/vue-api-query/goto?ref=dev">
<img src="https://img.shields.io/github/workflow/status/robsontenorio/vue-api-query/Test%20and%20Release?style=flat&label=actions&logo=github" />
<a href="https://actions-badge.atrox.dev/mindedge/vue-api-query/goto?ref=dev">
<img src="https://img.shields.io/github/workflow/status/mindedge/vue-api-query/Test%20and%20Release?style=flat&label=actions&logo=github" />
</a>
<a href="https://www.npmjs.com/package/vue-api-query">
<img src="https://img.shields.io/npm/dt/vue-api-query.svg" />
</a>
<a href="https://www.npmjs.com/package/vue-api-query">
<img src="https://img.shields.io/npm/v/vue-api-query.svg" />
</a>
<a href="https://github.com/robsontenorio/vue-api-query/blob/master/LICENSE">
<a href="https://github.com/mindedge/vue-api-query/blob/master/LICENSE">
<img src="https://img.shields.io/apm/l/vim-mode.svg" />
</a>
</a>
</p>

# Elegant and simple way to build requests for REST API

This package helps you quickly to build requests for REST API. Move your logic and backend requests to dedicated classes.
Keep your code clean and elegant.
This package helps you quickly to build requests for REST API. Move your logic and backend requests to dedicated classes.
Keep your code clean and elegant.

🔥 If you use Laravel, this package matches perfectly with
🔥 If you use Laravel, this package matches perfectly with
[spatie/laravel-query-builder](https://github.com/spatie/laravel-query-builder).

## Links
- [✨ &nbsp;Release Notes](https://robsontenorio.github.io/vue-api-query/releases)
- [📖 &nbsp;Documentation](https://robsontenorio.github.io/vue-api-query)

- [✨ &nbsp;Release Notes](https://mindedge.github.io/vue-api-query/releases)
- [📖 &nbsp;Documentation](https://mindedge.github.io/vue-api-query)

## Contributors

Thanks to the following people who have contributed to this project:

* [@JoaoPedroAS51](https://github.com/JoaoPedroAS51)
* [@Peter-Krebs](https://github.com/Peter-Krebs)
- [@JoaoPedroAS51](https://github.com/JoaoPedroAS51)
- [@Peter-Krebs](https://github.com/Peter-Krebs)

[See all contributors](https://github.com/robsontenorio/vue-api-query/graphs/contributors)
[See all contributors](https://github.com/mindedge/vue-api-query/graphs/contributors)

## Thanks

* Inspiration from [milroyfraser/sarala](https://github.com/milroyfraser/sarala).

* Elegancy from [DavidDuwaer/coloquent](https://github.com/DavidDuwaer/Coloquent).
- Inspiration from [milroyfraser/sarala](https://github.com/milroyfraser/sarala).

- Elegancy from [DavidDuwaer/coloquent](https://github.com/DavidDuwaer/Coloquent).

Why another package if we have those? Because currently (march, 2018) they restricted backend response to JSON API specification.

## Contact

Twitter [@robsontenorio](https://twitter.com/robsontenorio)

Twitter [@mindedge](https://twitter.com/mindedge)
Loading
Loading