Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robsontenorio/vue-api-query
💎 Elegant and simple way to build requests for REST API
https://github.com/robsontenorio/vue-api-query
api laravel nuxt nuxtjs query-builder rest vue
Last synced: 4 days ago
JSON representation
💎 Elegant and simple way to build requests for REST API
- Host: GitHub
- URL: https://github.com/robsontenorio/vue-api-query
- Owner: robsontenorio
- License: mit
- Created: 2018-03-17T04:15:10.000Z (almost 7 years ago)
- Default Branch: dev
- Last Pushed: 2024-12-11T16:48:21.000Z (11 days ago)
- Last Synced: 2024-12-11T22:00:19.813Z (11 days ago)
- Topics: api, laravel, nuxt, nuxtjs, query-builder, rest, vue
- Language: JavaScript
- Homepage: https://robsontenorio.github.io/vue-api-query
- Size: 3.08 MB
- Stars: 1,664
- Watchers: 32
- Forks: 128
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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.🔥 If you use Laravel, this package matches perfectly with
[spatie/laravel-query-builder](https://github.com/spatie/laravel-query-builder).## Links
- [✨  Release Notes](https://robsontenorio.github.io/vue-api-query/releases)
- [📖  Documentation](https://robsontenorio.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)[See all contributors](https://github.com/robsontenorio/vue-api-query/graphs/contributors)
## Thanks
* 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)