vue-api-query
vue-api-query copied to clipboard
💎 Elegant and simple way to build requests for REST API
Hi, I am using https://github.com/laravel-json-api/laravel for the jsonapi backend and I am new to this library, having some issues with patch method. user.patch() does not change the method to PATCH,...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Two questions: 1. Is the project still maintained? Seeing as the last commit was July 9, 2021 2. If it is, when will Vue 3 support land?
Hello! Please include `src` into npm package. It's good practice to learn how your package works. Thanks!
What is the correct way of adding default attributes? Maybe we can also include in the documentation. Currently this is how I did it. Also please let me know if...
Hey guys I've just crashed face first into a problem when trying to update a child model more than once. It looks like on the second attempt of me updating...
It is a standard practice that any backend would follow to add trailing slash at the end of every api request. There are few ways of handling it. Irrespective of...
There is a nuxt 3 support from this package ?
I have installed this package in my vue 3 application, It is a client side rendered application. I followed [this](https://robsontenorio.github.io/vue-api-query/installation#vue) path.. I am working on a vite powered application. when...
Hi, Is it possible to cache data. I use [srw](https://github.com/Kong/swrv) to usually handle cache. This way I can view data even if I lost the network. How can we do...