{"id":13726719,"url":"https://github.com/lessp/fetch","last_synced_at":"2025-04-10T16:41:33.108Z","repository":{"id":85851844,"uuid":"201254123","full_name":"lessp/fetch","owner":"lessp","description":"Fetch libraries/interface for Reason/OCaml","archived":false,"fork":false,"pushed_at":"2020-05-18T15:09:08.000Z","size":481,"stargazers_count":50,"open_issues_count":6,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T08:53:45.531Z","etag":null,"topics":["fetch","reasonml"],"latest_commit_sha":null,"homepage":"https://lessp.github.io/fetch","language":"Reason","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/lessp.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-08-08T12:31:17.000Z","updated_at":"2024-06-04T21:29:44.000Z","dependencies_parsed_at":"2023-03-11T02:45:24.738Z","dependency_job_id":null,"html_url":"https://github.com/lessp/fetch","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/lessp%2Ffetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lessp%2Ffetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lessp%2Ffetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lessp%2Ffetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lessp","download_url":"https://codeload.github.com/lessp/fetch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252728,"owners_count":21072703,"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","reasonml"],"created_at":"2024-08-03T01:03:17.617Z","updated_at":"2025-04-10T16:41:33.077Z","avatar_url":"https://github.com/lessp.png","language":"Reason","funding_links":[],"categories":["Reason"],"sub_categories":[],"readme":"# Fetch\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)\n\nFetch libraries and interface for ReasonML/OCaml.\n\nFetch aims to provide a common interface over different HTTP and Promise-implementations in the ReasonML/OCaml ecosystem.\n\n\u003e A note is that Fetch is still in a phase where we're figuring out the API. In other words, the API\n\u003e may change and input is welcome!\n\n## [Fetch Core](./src/fetch-core)\n\nProvides a functor for creating and providing your own Fetch-implementation. The goal is to be pluggable with any HTTP or Promise-implementation provided it conforms to the common interface.\n\n## [Fetch Native Lwt](./src/fetch-native-lwt)\n\n![Windows](https://github.com/lessp/fetch/workflows/Windows/badge.svg)\n![macOS](https://github.com/lessp/fetch/workflows/macOS/badge.svg)\n![Ubuntu](https://github.com/lessp/fetch/workflows/Ubuntu/badge.svg)\n\nA consumable fetch-library for ReasonML/OCaml native. Uses `Lwt` for its `Promise`-implementation.\n\nTo install, add the library to your esy-manifest, like so:\n\n```json\n{\n  \"dependencies\": {\n    \"fetch-native-lwt\": \"lessp/fetch:fetch-native-lwt.json\"\n  }\n}\n```\n\nor, to point to a specific commit:\n\n```json\n\"fetch-native-lwt\": \"lessp/fetch:fetch-native-lwt.json#\u003ccommit-hash\u003e\"\n```\n\n## Contributing\n\nFeel free to open an issue and/or grabbing one of the [open issues](https://github.com/lessp/reason-fetch/issues).\n\n## Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://lessp.dev/\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/17602389?v=4\" width=\"100px;\" alt=\"Tom Ekander\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTom Ekander\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/lessp/reason-fetch/commits?author=lessp\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-lessp\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/lessp/reason-fetch/commits?author=lessp\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Et7f3\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/29592775?v=4\" width=\"100px;\" alt=\"Et7f3\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEt7f3\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/lessp/reason-fetch/commits?author=Et7f3\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-Et7f3\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#review-Et7f3\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/ulrikstrid\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1607770?v=4\" width=\"100px;\" alt=\"Ulrik Strid\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eUlrik Strid\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/lessp/reason-fetch/commits?author=ulrikstrid\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-ulrikstrid\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#review-ulrikstrid\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://ostera.io\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/854222?v=4\" width=\"100px;\" alt=\"Leandro Ostera\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLeandro Ostera\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-ostera\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flessp%2Ffetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flessp%2Ffetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flessp%2Ffetch/lists"}