{"id":16367304,"url":"https://github.com/medz/webfetch","last_synced_at":"2025-03-21T01:30:56.401Z","repository":{"id":196431548,"uuid":"696055397","full_name":"medz/webfetch","owner":"medz","description":"A Dart implementation of the Web Fetch API that allows you to make requests and process results just like using fetch in a browser.","archived":false,"fork":false,"pushed_at":"2024-04-30T15:42:12.000Z","size":162,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T14:14:58.531Z","etag":null,"topics":["blob","dart","fetch","fetch-api","flutter","mdn","web","webapi"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/medz.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}},"created_at":"2023-09-25T01:39:49.000Z","updated_at":"2024-05-10T05:29:19.100Z","dependencies_parsed_at":null,"dependency_job_id":"ddd5c67b-9895-41f8-91f3-7d8e8f980ef5","html_url":"https://github.com/medz/webfetch","commit_stats":null,"previous_names":["medz/webfetch","medz/webc","medz/stdweb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medz%2Fwebfetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medz%2Fwebfetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medz%2Fwebfetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medz%2Fwebfetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medz","download_url":"https://codeload.github.com/medz/webfetch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221810733,"owners_count":16884183,"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":["blob","dart","fetch","fetch-api","flutter","mdn","web","webapi"],"created_at":"2024-10-11T02:49:33.728Z","updated_at":"2024-10-28T08:59:32.788Z","avatar_url":"https://github.com/medz.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Web Fetch\n\nA Dart implementation of the Web Fetch API that allows you to make requests and process results just like using fetch in a browser.\n\n## Features\n\n- Supports the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)\n- Supports the [FromData API](https://developer.mozilla.org/en-US/docs/Web/API/FormData)\n- Supports the [URL API](https://developer.mozilla.org/en-US/docs/Web/API/URL)\n- Supports the [URLSearchParams API](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)\n- Supports the [Headers API](https://developer.mozilla.org/en-US/docs/Web/API/Headers)\n- Supports the [Response API](https://developer.mozilla.org/en-US/docs/Web/API/Response)\n- Supports the [Request API](https://developer.mozilla.org/en-US/docs/Web/API/Request)\n\n## Usage\n\nIn your `pubspec.yaml`:\n\n```yaml\ndependencies:\n  webfetch: latest\n```\n\nIn your Dart code:\n\n```dart\nimport 'package:webfetch/webfetch.dart';\n\nvoid main() async {\n  final response = await fetch('https://example.com');\n  final text = await response.text();\n  print(text);\n}\n```\n\n## Documentation\n\nThe library is designed to be as close as possible to the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API).\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedz%2Fwebfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmedz%2Fwebfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedz%2Fwebfetch/lists"}