Skip to content

Commit 0e4744d

Browse files
authored
Merge pull request #3 from mindedge/dev
feat(*): Updated all references of robsontenorio to mindedge
2 parents 891470d + d43ffbb commit 0e4744d

File tree

6 files changed

+679
-630
lines changed

6 files changed

+679
-630
lines changed

README.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,54 @@
11
<p align="center">
2-
<img src="bird.png">
2+
<img src="bird.png">
33
</p>
44
<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" />
77
</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" />
1010
</a>
1111
<a href="https://www.npmjs.com/package/vue-api-query">
1212
<img src="https://img.shields.io/npm/dt/vue-api-query.svg" />
1313
</a>
1414
<a href="https://www.npmjs.com/package/vue-api-query">
1515
<img src="https://img.shields.io/npm/v/vue-api-query.svg" />
1616
</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">
1818
<img src="https://img.shields.io/apm/l/vim-mode.svg" />
19-
</a>
19+
</a>
2020
</p>
2121

2222
# Elegant and simple way to build requests for REST API
2323

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.
2626

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

3030
## Links
31-
- [&nbsp;Release Notes](https://robsontenorio.github.io/vue-api-query/releases)
32-
- [📖 &nbsp;Documentation](https://robsontenorio.github.io/vue-api-query)
31+
32+
- [&nbsp;Release Notes](https://mindedge.github.io/vue-api-query/releases)
33+
- [📖 &nbsp;Documentation](https://mindedge.github.io/vue-api-query)
3334

3435
## Contributors
3536

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

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)
4041

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)
4243

4344
## Thanks
4445

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).
4847

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

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

5252
## Contact
5353

54-
Twitter [@robsontenorio](https://twitter.com/robsontenorio)
55-
54+
Twitter [@mindedge](https://twitter.com/mindedge)

0 commit comments

Comments
 (0)