{"id":45518354,"url":"https://github.com/wwsun/request","last_synced_at":"2026-02-22T21:49:11.805Z","repository":{"id":64126143,"uuid":"572780648","full_name":"wwsun/request","owner":"wwsun","description":"easy request based on axios","archived":false,"fork":false,"pushed_at":"2022-12-01T09:23:12.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T08:19:57.158Z","etag":null,"topics":["ajax","axios"],"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/wwsun.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}},"created_at":"2022-12-01T02:29:48.000Z","updated_at":"2022-12-01T09:24:30.000Z","dependencies_parsed_at":"2022-12-04T02:07:14.739Z","dependency_job_id":null,"html_url":"https://github.com/wwsun/request","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wwsun/request","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwsun%2Frequest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwsun%2Frequest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwsun%2Frequest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwsun%2Frequest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wwsun","download_url":"https://codeload.github.com/wwsun/request/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwsun%2Frequest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29728512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"last_error":"SSL_read: 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":["ajax","axios"],"created_at":"2026-02-22T21:49:11.217Z","updated_at":"2026-02-22T21:49:11.785Z","avatar_url":"https://github.com/wwsun.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy Request\n\n## Usage\n\n```js\nimport request, { createService, createServices } from 'axios-easy-request';\n\nrequest.get('/foo');\n\nrequest.post('/foo', { foo: 'foo' });\n\nconst get = createService({\n  url: '/foo',\n});\n\nget({ foo: 'foo' });\n\nconst services = createServices({\n  get: {\n    url: '/foo',\n  },\n});\n\nservices.foo({\n  foo: 'foo',\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwwsun%2Frequest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwwsun%2Frequest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwwsun%2Frequest/lists"}