{"id":17193711,"url":"https://github.com/andrei-markeev/axios-mini","last_synced_at":"2026-05-14T22:38:35.202Z","repository":{"id":83676733,"uuid":"565276616","full_name":"andrei-markeev/axios-mini","owner":"andrei-markeev","description":"Minimalistic axios-like HTTP client for Node.js","archived":false,"fork":false,"pushed_at":"2022-11-21T15:54:30.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-30T06:41:34.731Z","etag":null,"topics":["axios","nodejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrei-markeev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-11-12T22:00:31.000Z","updated_at":"2022-11-12T23:33:06.000Z","dependencies_parsed_at":"2023-03-12T19:17:54.765Z","dependency_job_id":null,"html_url":"https://github.com/andrei-markeev/axios-mini","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrei-markeev%2Faxios-mini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrei-markeev%2Faxios-mini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrei-markeev%2Faxios-mini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrei-markeev%2Faxios-mini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrei-markeev","download_url":"https://codeload.github.com/andrei-markeev/axios-mini/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245415162,"owners_count":20611497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","nodejs"],"created_at":"2024-10-15T01:44:47.827Z","updated_at":"2026-05-14T22:38:35.148Z","avatar_url":"https://github.com/andrei-markeev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## axios-mini\n\nMinimalistic Axios-like HTTP client with zero dependencies.\n\n### Installation\n\n```\nnpm i @andrei-markeev/axios-mini\n```\n\n### Usage\n\n```ts\n\nimport axios from \"@andrei-markeev/axios-mini\"\n\nconst response = await axios.get(\"https://google.com\");\nif (response.status \u003e= 400)\n    console.error(\"Error!\", response);\n\n```\n\n**Note**: Unlike axios, axios-mini doesn't throw error in case of errorous response code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrei-markeev%2Faxios-mini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrei-markeev%2Faxios-mini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrei-markeev%2Faxios-mini/lists"}