From aafc95097bc00b530f6ecc0d13324aba6816de24 Mon Sep 17 00:00:00 2001 From: AliAbdelbaky Date: Sat, 18 Apr 2026 19:06:36 +0200 Subject: [PATCH 1/3] feat: add @alikhalilll/nuxt-api-provider module --- modules/api-provider.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/api-provider.yml diff --git a/modules/api-provider.yml b/modules/api-provider.yml new file mode 100644 index 000000000..102312067 --- /dev/null +++ b/modules/api-provider.yml @@ -0,0 +1,18 @@ +name: api-provider +description: >- + Strongly-typed fetch client for Nuxt 3/4 with interceptors, retry/backoff, and + a framework-agnostic core. +repo: alikhalilll/ali-nuxt-toolkit#master/packages/api-provider +npm: '@alikhalilll/nuxt-api-provider' +icon: '' +github: https://github.com/alikhalilll/ali-nuxt-toolkit/tree/master/packages/api-provider +website: https://alikhalilll.github.io/ali-nuxt-toolkit/api-provider +learn_more: '' +category: Request +type: 3rd-party +maintainers: + - name: alikhalilll + github: alikhalilll +compatibility: + nuxt: '>=3.0.0' + requires: {} From 117fcc05c86f1e59812a2a997ac24b06c702489d Mon Sep 17 00:00:00 2001 From: AliAbdelbaky Date: Sat, 18 Apr 2026 19:19:18 +0200 Subject: [PATCH 2/3] feat: add icon for api-provider --- icons/api-provider.svg | 11 +++++++++++ modules/api-provider.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 icons/api-provider.svg diff --git a/icons/api-provider.svg b/icons/api-provider.svg new file mode 100644 index 000000000..62dbe78fb --- /dev/null +++ b/icons/api-provider.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/modules/api-provider.yml b/modules/api-provider.yml index 102312067..f04552e65 100644 --- a/modules/api-provider.yml +++ b/modules/api-provider.yml @@ -4,7 +4,7 @@ description: >- a framework-agnostic core. repo: alikhalilll/ali-nuxt-toolkit#master/packages/api-provider npm: '@alikhalilll/nuxt-api-provider' -icon: '' +icon: api-provider.svg github: https://github.com/alikhalilll/ali-nuxt-toolkit/tree/master/packages/api-provider website: https://alikhalilll.github.io/ali-nuxt-toolkit/api-provider learn_more: '' From 8f2880c3acf0363b75781f295d079b8283135d02 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 09:24:58 +0000 Subject: [PATCH 3/3] [autofix.ci] apply automated fixes --- modules/api-provider.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/api-provider.yml b/modules/api-provider.yml index f04552e65..392db2931 100644 --- a/modules/api-provider.yml +++ b/modules/api-provider.yml @@ -5,13 +5,13 @@ description: >- repo: alikhalilll/ali-nuxt-toolkit#master/packages/api-provider npm: '@alikhalilll/nuxt-api-provider' icon: api-provider.svg -github: https://github.com/alikhalilll/ali-nuxt-toolkit/tree/master/packages/api-provider +github: https://github.com/alikhalilll/ali-nuxt-toolkit website: https://alikhalilll.github.io/ali-nuxt-toolkit/api-provider learn_more: '' category: Request type: 3rd-party maintainers: - - name: alikhalilll + - name: Ali Khalill github: alikhalilll compatibility: nuxt: '>=3.0.0'