{"id":22012556,"url":"https://github.com/caganseyrek/easyrequester","last_synced_at":"2026-04-02T14:56:37.625Z","repository":{"id":276966603,"uuid":"930887209","full_name":"caganseyrek/EasyRequester","owner":"caganseyrek","description":"TypeScript-based HTTP client wrapper","archived":false,"fork":false,"pushed_at":"2026-03-06T08:10:35.000Z","size":470,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-06T12:36:06.989Z","etag":null,"topics":["fetch-api","http-client","http-client-helper","http-request-handler","typescript"],"latest_commit_sha":null,"homepage":"","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/caganseyrek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2025-02-11T11:27:13.000Z","updated_at":"2026-03-06T08:10:36.000Z","dependencies_parsed_at":"2025-02-11T12:34:08.881Z","dependency_job_id":"0dd41d90-8de3-4ad4-add0-7389dc8351a6","html_url":"https://github.com/caganseyrek/EasyRequester","commit_stats":null,"previous_names":["caganseyrek/easyrequester"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caganseyrek/EasyRequester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caganseyrek%2FEasyRequester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caganseyrek%2FEasyRequester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caganseyrek%2FEasyRequester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caganseyrek%2FEasyRequester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caganseyrek","download_url":"https://codeload.github.com/caganseyrek/EasyRequester/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caganseyrek%2FEasyRequester/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31308471,"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":["fetch-api","http-client","http-client-helper","http-request-handler","typescript"],"created_at":"2024-11-30T03:13:22.240Z","updated_at":"2026-04-02T14:56:37.607Z","avatar_url":"https://github.com/caganseyrek.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyRequester\r\n\r\n![GitHub License](https://img.shields.io/github/license/caganseyrek/EasyRequester)\r\n![GitHub repo size](https://img.shields.io/github/repo-size/caganseyrek/EasyRequester)\r\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/caganseyrek/EasyRequester)\r\n\r\nEasyRequester is a modular HTTP client wrapper designed to be easy to use. It provides a simple, structured approach for making HTTP requests with the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) with type safety, and without any dependencies.\r\n\r\n## Key Features\r\n\r\n- Built-in methods for handling race conditions\r\n- Built-in debugger for detailed outputs\r\n- Built-in TypeScript support for type safety\r\n\r\n## Installation\r\n\r\nEasyRequester is not available as an NPM package (at least currently).\r\n\r\nYou either can clone the repository and use it:\r\n\r\n```bash\r\ngit clone https://github.com/caganseyrek/EasyRequester.git\r\ncd path/to/EasyRequester\r\n```\r\n\r\nOr include the compiled source file from the `dist/` folder in the repository:\r\n\r\n```plaintext\r\ndist/\r\n├── easy-requester.js\r\n└── easy-requester.min.js\r\nsrc/\r\n└── ...\r\neslint.config.mjs\r\npackage.json\r\ntsconfig.json\r\n...\r\n```\r\n\r\n## Documentation\r\n\r\nFor detailed documentation, please see the [project wiki](https://github.com/caganseyrek/EasyRequester/wiki).\r\n\r\n## Roadmap\r\n\r\n- Interceptors\r\n- Timeout Handling\r\n- Request Throttling\r\n- Request Deduplication\r\n- Custom Middleware Support\r\n- Retry Mechanism\r\n- CLI Support for Sending Requests\r\n- Automatic Token Refresh\r\n- Plugin system (?)\r\n\r\n## License\r\n\r\nThis project is open-source and licensed under [MIT License](https://github.com/caganseyrek/EasyRequester/blob/main/LICENSE).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaganseyrek%2Feasyrequester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaganseyrek%2Feasyrequester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaganseyrek%2Feasyrequester/lists"}