{"id":20018334,"url":"https://github.com/varletjs/axle","last_synced_at":"2026-04-02T19:42:14.880Z","repository":{"id":57684535,"uuid":"472686118","full_name":"varletjs/axle","owner":"varletjs","description":"Progressive request tool based on axios.","archived":false,"fork":false,"pushed_at":"2026-03-23T14:00:09.000Z","size":1254,"stargazers_count":117,"open_issues_count":0,"forks_count":12,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2026-03-24T09:12:39.749Z","etag":null,"topics":["axios","axle","composition-api","http","request","typescript","varlet","vue3"],"latest_commit_sha":null,"homepage":"https://axle.varletjs.org/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/varletjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-22T09:01:24.000Z","updated_at":"2026-03-23T14:02:33.000Z","dependencies_parsed_at":"2024-04-23T05:30:21.274Z","dependency_job_id":"c11f6156-0022-479b-8f2d-8fa8afd01f12","html_url":"https://github.com/varletjs/axle","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"cff63d8d55d1bbcb7606a1fdfdf1ad4e8abb2c80"},"previous_names":[],"tags_count":81,"template":false,"template_full_name":null,"purl":"pkg:github/varletjs/axle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varletjs%2Faxle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varletjs%2Faxle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varletjs%2Faxle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varletjs%2Faxle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varletjs","download_url":"https://codeload.github.com/varletjs/axle/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varletjs%2Faxle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31314381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","axle","composition-api","http","request","typescript","varlet","vue3"],"created_at":"2024-11-13T08:21:31.815Z","updated_at":"2026-04-02T19:42:14.874Z","avatar_url":"https://github.com/varletjs.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://axle.varletjs.org\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/varletjs/axle/main/packages/docs/public/logo.svg\" width=\"150\"\u003e\n  \u003c/a\u003e\n  \u003ch1\u003eAXLE\u003c/h1\u003e\n  \u003cp\u003eProgressive request tool based on axios.\u003c/p\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://axle.varletjs.org\"\u003eDocumentation\u003c/a\u003e |\n    \u003ca href=\"https://github.com/varletjs/axle/blob/main/README.zh-CN.md\"\u003e中文介绍\u003c/a\u003e\n  \u003c/p\u003e\n  \u003cp\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@varlet/axle?style=flat-square\" alt=\"version\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/varletjs/axle\" alt=\"stars\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/vue-v3.2.0%2B-%23407fbc\" alt=\"vue\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/l/@varlet/axle.svg\" alt=\"license\"\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n### Intro\n\nProgressive request tool based on [axios](https://axios-http.com/). It does not destroy the original abilities of axios, and helps you process requests more easily.\n\n### Features\n\n- 🚀 \u0026nbsp; Normalized request functions with expanded methods for different response types\n- 💪 \u0026nbsp; Vue Composition API support with loading status, error status, upload/download progress, lifecycle, and more\n- 🛠️ \u0026nbsp; Built-in practical request/response interceptors\n- 💡 \u0026nbsp; Enhanced API definition with `createApi`\n- 🌍 \u0026nbsp; Full compatibility with axios configuration\n\n### Install\n\n```shell\n# npm\nnpm i @varlet/axle -S\n\n# yarn\nyarn add @varlet/axle\n\n# pnpm\npnpm add @varlet/axle\n```\n\n### Basic Usage\n\n```js\nimport { createAxle } from '@varlet/axle'\n\nconst axle = createAxle(/** @see https://axios-http.com **/)\n\naxle.get('/url', { current: 1, pageSize: 10 }, { headers: {} })\naxle.post('/url', { name: 'Axle' }, { headers: {} })\n```\n\n### Documentation\n\nFor full documentation, please visit the [documentation site](https://axle.varletjs.org).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarletjs%2Faxle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarletjs%2Faxle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarletjs%2Faxle/lists"}