|
1 | 1 | <p align="center"> |
2 | | - <img src="bird.png"> |
| 2 | + <img src="bird.png"> |
3 | 3 | </p> |
4 | 4 | <p align="center"> |
5 | | - <a href="https://codecov.io/gh/robsontenorio/vue-api-query"> |
6 | | - <img src="https://codecov.io/gh/robsontenorio/vue-api-query/branch/master/graph/badge.svg" /> |
| 5 | + <a href="https://codecov.io/gh/mindedge/vue-api-query"> |
| 6 | + <img src="https://codecov.io/gh/mindedge/vue-api-query/branch/master/graph/badge.svg" /> |
7 | 7 | </a> |
8 | | - <a href="https://actions-badge.atrox.dev/robsontenorio/vue-api-query/goto?ref=dev"> |
9 | | - <img src="https://img.shields.io/github/workflow/status/robsontenorio/vue-api-query/Test%20and%20Release?style=flat&label=actions&logo=github" /> |
| 8 | + <a href="https://actions-badge.atrox.dev/mindedge/vue-api-query/goto?ref=dev"> |
| 9 | + <img src="https://img.shields.io/github/workflow/status/mindedge/vue-api-query/Test%20and%20Release?style=flat&label=actions&logo=github" /> |
10 | 10 | </a> |
11 | 11 | <a href="https://www.npmjs.com/package/vue-api-query"> |
12 | 12 | <img src="https://img.shields.io/npm/dt/vue-api-query.svg" /> |
13 | 13 | </a> |
14 | 14 | <a href="https://www.npmjs.com/package/vue-api-query"> |
15 | 15 | <img src="https://img.shields.io/npm/v/vue-api-query.svg" /> |
16 | 16 | </a> |
17 | | - <a href="https://github.com/robsontenorio/vue-api-query/blob/master/LICENSE"> |
| 17 | + <a href="https://github.com/mindedge/vue-api-query/blob/master/LICENSE"> |
18 | 18 | <img src="https://img.shields.io/apm/l/vim-mode.svg" /> |
19 | | - </a> |
| 19 | + </a> |
20 | 20 | </p> |
21 | 21 |
|
22 | 22 | # Elegant and simple way to build requests for REST API |
23 | 23 |
|
24 | | -This package helps you quickly to build requests for REST API. Move your logic and backend requests to dedicated classes. |
25 | | -Keep your code clean and elegant. |
| 24 | +This package helps you quickly to build requests for REST API. Move your logic and backend requests to dedicated classes. |
| 25 | +Keep your code clean and elegant. |
26 | 26 |
|
27 | | -🔥 If you use Laravel, this package matches perfectly with |
| 27 | +🔥 If you use Laravel, this package matches perfectly with |
28 | 28 | [spatie/laravel-query-builder](https://github.com/spatie/laravel-query-builder). |
29 | 29 |
|
30 | 30 | ## Links |
31 | | -- [✨ Release Notes](https://robsontenorio.github.io/vue-api-query/releases) |
32 | | -- [📖 Documentation](https://robsontenorio.github.io/vue-api-query) |
| 31 | + |
| 32 | +- [✨ Release Notes](https://mindedge.github.io/vue-api-query/releases) |
| 33 | +- [📖 Documentation](https://mindedge.github.io/vue-api-query) |
33 | 34 |
|
34 | 35 | ## Contributors |
35 | 36 |
|
36 | 37 | Thanks to the following people who have contributed to this project: |
37 | 38 |
|
38 | | -* [@JoaoPedroAS51](https://github.com/JoaoPedroAS51) |
39 | | -* [@Peter-Krebs](https://github.com/Peter-Krebs) |
| 39 | +- [@JoaoPedroAS51](https://github.com/JoaoPedroAS51) |
| 40 | +- [@Peter-Krebs](https://github.com/Peter-Krebs) |
40 | 41 |
|
41 | | -[See all contributors](https://github.com/robsontenorio/vue-api-query/graphs/contributors) |
| 42 | +[See all contributors](https://github.com/mindedge/vue-api-query/graphs/contributors) |
42 | 43 |
|
43 | 44 | ## Thanks |
44 | 45 |
|
45 | | -* Inspiration from [milroyfraser/sarala](https://github.com/milroyfraser/sarala). |
46 | | - |
47 | | -* Elegancy from [DavidDuwaer/coloquent](https://github.com/DavidDuwaer/Coloquent). |
| 46 | +- Inspiration from [milroyfraser/sarala](https://github.com/milroyfraser/sarala). |
48 | 47 |
|
| 48 | +- Elegancy from [DavidDuwaer/coloquent](https://github.com/DavidDuwaer/Coloquent). |
49 | 49 |
|
50 | 50 | Why another package if we have those? Because currently (march, 2018) they restricted backend response to JSON API specification. |
51 | 51 |
|
52 | 52 | ## Contact |
53 | 53 |
|
54 | | -Twitter [@robsontenorio](https://twitter.com/robsontenorio) |
55 | | - |
| 54 | +Twitter [@mindedge](https://twitter.com/mindedge) |
0 commit comments