issues
search
johannschopplich
/
nuxt-api-party
🐬 Securely connect to any API with a server proxy and generated composables
https://nuxt-api-party.byjohann.dev
MIT License
260
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Caching bug on first request with dynamic query parameters
#91
sneakylenny
closed
1 week ago
6
feat: add runtime hooks for API request and response handling
#89
mattmess1221
opened
1 week ago
3
feat: deprecate assigning function to schema in favor of `api-party:extend` hook
#88
mattmess1221
closed
5 days ago
2
Deprecate schema functions, replace with nuxt hooks
#87
mattmess1221
opened
1 week ago
0
Feature Request: Automated Integration Testing for API Routes via Vitest and @nuxt/test-utils
#86
nathanchase
opened
2 weeks ago
1
fix: add NitroFetchOptions to UseOpenAPIDataOptions
#85
nathanchase
closed
1 month ago
2
Interceptors are missing when using OpenAPI schema
#84
nathanchase
closed
1 month ago
1
Auto-imports for generated schema types
#82
murshex
opened
2 months ago
0
How to deal with refresh token strategy?
#81
ManUtopiK
closed
2 months ago
1
Merge multiple `endpoint` configurations into a single one
#80
PolanskiPol
closed
2 months ago
3
Dynamic Backend URL bug
#79
ye1999
closed
3 months ago
1
Looping requests catches only the last one
#78
zAlweNy26
closed
4 months ago
9
fix: options of schemas without parameters resolve to `Record<string, never>`
#77
mattmess1221
closed
5 months ago
2
typescript error on openapi paths with no parameters
#76
mattmess1221
closed
5 months ago
0
chore: indicate compatibility with new v4 major`
#75
danielroe
closed
5 months ago
3
fix: re-add support for openapi-typescript 5 and 6
#74
mattmess1221
closed
6 months ago
2
When `immediate` is set to `false`, `pending` is always `true`
#73
m-anwr
closed
6 months ago
3
OpenAPI schemas with a default value aren't marked as optional
#72
mattmess1221
closed
6 months ago
3
feat!: migrate to OpenAPI v7
#71
johannschopplich
closed
7 months ago
1
docs: use new `nuxi module add` command in installation
#70
danielroe
closed
7 months ago
1
Get status code from `useApiData`
#69
m-anwr
closed
7 months ago
2
`refresh()` is not forcing API call and the cached result is returned
#68
m-anwr
closed
2 months ago
2
fix: remove extension from import sources
#67
mattmess1221
closed
8 months ago
3
Pass-through client request headers / set X-Forwarded for
#66
TO-koswald
opened
8 months ago
1
Enable module to work with Nitro `routeRules`
#64
AndersCV
opened
10 months ago
1
Allow change "__api_party" endpoint
#62
agracia-foticos
closed
10 months ago
2
chore: test bundler module resolution
#61
danielroe
closed
11 months ago
3
Multiple form data files not sent
#60
johannschopplich
closed
11 months ago
0
Multiple Set-Cookie gets merged into one
#58
xxRockOnxx
closed
10 months ago
1
useApiData: custom key is always `true`
#55
mattmess1221
closed
1 year ago
1
Error in POST reques with body
#54
AwesomeAnders
closed
1 year ago
5
fix: use generics to allow for transform
#53
brawaru
closed
1 year ago
3
feat: customizable cache key
#52
johannschopplich
closed
1 year ago
4
feat: custom `hashFn` composable option
#51
johannschopplich
closed
1 year ago
3
The refresh() is not working properly
#50
AQian-Cup
closed
1 year ago
3
TypeScript error when using `transform` option
#49
brawaru
closed
1 year ago
6
UI Freezing when uploading data through Nuxt API Party
#48
9M6
closed
1 year ago
6
Global headers not configured properly in `nuxt.config.ts`
#47
AQian-Cup
closed
1 year ago
3
fix: malformed d.ts with multiple APIs with schema
#46
mattmess1221
closed
1 year ago
1
Global headers can be overridden
#45
tacxou
closed
1 year ago
4
feat!: pass-through response status and headers to client
#44
mattmess1221
closed
1 year ago
4
Server handler does not forward headers to client
#43
mattmess1221
closed
1 year ago
1
Client and server error data is inconsistent
#41
mattmess1221
closed
1 year ago
5
fix: actually resolve the ref in resolvePath
#40
mattmess1221
closed
1 year ago
2
fix: allow `pathParams` to be reactive getter
#39
mattmess1221
closed
1 year ago
2
fix: error type is `useApiData` is a `FetchError`
#38
mattmess1221
closed
1 year ago
5
fix: omit `cache` from `NitroFetchOptions`
#37
mattmess1221
closed
1 year ago
2
fix: some OpenAPI types
#36
mattmess1221
closed
1 year ago
2
Inconsistent openapi-typescript import
#35
mattmess1221
closed
1 year ago
3
Clear cache on error in response
#34
AwesomeAnders
closed
1 year ago
3
Next