{"id":22221960,"url":"https://github.com/fabiospampinato/fetch-shim","last_synced_at":"2025-10-13T06:32:00.209Z","repository":{"id":57701229,"uuid":"498723078","full_name":"fabiospampinato/fetch-shim","owner":"fabiospampinato","description":"A tiny isomoprhic Fetch function, it just gives you the native one if available, or the one from undici.","archived":false,"fork":false,"pushed_at":"2023-09-24T16:28:49.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T02:47:13.076Z","etag":null,"topics":["fetch","isomorphic","node","shim","web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/fabiospampinato.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":null,"support":null}},"created_at":"2022-06-01T12:16:18.000Z","updated_at":"2023-03-28T11:14:05.000Z","dependencies_parsed_at":"2022-08-29T04:31:48.075Z","dependency_job_id":null,"html_url":"https://github.com/fabiospampinato/fetch-shim","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Ffetch-shim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Ffetch-shim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Ffetch-shim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Ffetch-shim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiospampinato","download_url":"https://codeload.github.com/fabiospampinato/fetch-shim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236309832,"owners_count":19128390,"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":["fetch","isomorphic","node","shim","web"],"created_at":"2024-12-02T23:16:20.354Z","updated_at":"2025-10-13T06:31:54.960Z","avatar_url":"https://github.com/fabiospampinato.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fetch Shim\n\nAn isomoprhic Fetch function, it just gives you the native one if available, or the one from [`undici`](https://github.com/nodejs/undici).\n\n## Install\n\n```sh\nnpm install --save fetch-shim\n```\n\n## Usage\n\n```ts\nimport fetch from 'fetch-shim';\n\nconst response = await fetch ( 'https://jsonplaceholder.typicode.com/todos/1' );\nconst json = await response.json ();\n\nconsole.log ( json ); // =\u003e { userId: 1, id: 1, title: 'delectus aut autem', completed: false }\n```\n\n## License\n\nMIT © Fabio Spampinato\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Ffetch-shim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiospampinato%2Ffetch-shim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Ffetch-shim/lists"}