vue-api-query
vue-api-query copied to clipboard
💎 Elegant and simple way to build requests for REST API
Hi, I wanted to know if it's possible to use this library with **ofetch** https://github.com/unjs/ofetch instead of axios. If you have any idea let me know :)
Is there a way to implement custom endpoints for CRUD actions using the current setup of vue-api-query? There is a `.custom()` method to create a custom endpoint for a model...
## Checklist - [ ] Tests - [ ] Docs - [ ] Type definitions
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [nuxt](https://github.com/nuxt/nuxt) from 2.14.7 to 3.4.3. Release notes Sourced from nuxt's releases. v3.4.3 3.4.3 is a patch release with the latest bug fixes. 🐞 It is expected that the next...
## Checklist - [X ] Tests - [X] Docs - [X] Type definitions the `.file()` method execute a `get()` but returning a BlobPart[] instead of Collection to be used with...
Hi, i would use the same query builder syntax to export data as Excel. For example, calling: ``` User. .where(toRaw(filters.value)) .orderBy((descending ? '-' : '') + sortBy) .export('users.xlsx'); ``` would...
Hey, first thanks for the great package and your effort! The primary key of my Model is under `data.id`, the problem is, that Javascript can't resolve an Object by string...