{"id":18797233,"url":"https://github.com/dfurnes/hey","last_synced_at":"2025-09-03T21:40:19.671Z","repository":{"id":150853168,"uuid":"82484300","full_name":"DFurnes/hey","owner":"DFurnes","description":"💬 Friendly command-line HTTP client.","archived":false,"fork":false,"pushed_at":"2020-07-03T21:36:13.000Z","size":48,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-14T07:43:20.511Z","etag":null,"topics":["cli","command-line-tool","curl","development","http-client","javascript","nodejs","wget"],"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/DFurnes.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-02-19T19:36:39.000Z","updated_at":"2021-11-11T00:54:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"deeb7e25-d28b-4dcd-95f2-56bd2c2e95d3","html_url":"https://github.com/DFurnes/hey","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/DFurnes/hey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFurnes%2Fhey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFurnes%2Fhey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFurnes%2Fhey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFurnes%2Fhey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DFurnes","download_url":"https://codeload.github.com/DFurnes/hey/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFurnes%2Fhey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273516323,"owners_count":25119763,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","command-line-tool","curl","development","http-client","javascript","nodejs","wget"],"created_at":"2024-11-07T22:07:33.510Z","updated_at":"2025-09-03T21:40:19.662Z","avatar_url":"https://github.com/DFurnes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://cloud.githubusercontent.com/assets/583202/23245946/5ce91938-f95e-11e6-9ee6-0eac79a5d9e4.png\" width=\"630\" height=\"auto\"\u003e \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003ehey (n.)\u003c/strong\u003e – A friendly command-line tool for making HTTP requests.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.org/DFurnes/hey\"\u003e\u003cimg alt=\"Build Status\" src=\"https://travis-ci.org/DFurnes/hey.svg?branch=master\"\u003e\u003c/a\u003e   \u003ca href=\"https://npmjs.org/package/@dfurnes/hey\"\u003e\u003cimg alt=\"NPM\" src=\"https://img.shields.io/npm/v/@dfurnes/hey.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n### Installation\nYou can install __Hey__ using [npm](https://npmjs.org):\n\n```\nnpm install -g @dfurnes/hey\n```\n\n### Customization\nYou can set aliases and default request options by creating a `.hey.js` file in your home directory. For example:\n\n```js\nmodule.exports = function(hey) {\n  return {\n    sites: {\n      'www.example.com': {\n        // ↓ You can add aliases for favorite sites, so you can just\n        //   type `hey get example/page` to load \"www.example.com/page`!\n        alias: 'example',\n        \n        // ↓ If a site should always use HTTPS, set the `forceSecure` flag!\n        forceSecure: true,\n\n        // ↓ You can set default headers to be used on all requests:\n        headers: {\n          'X-Secret-API-Key': '5RROHSzXQwJ9douud9u5Ln4BR'\n        },\n      },\n   \n      'www.example.org': {\n        alias: 'auth-example',\n        forceSecure: true,\n        \n        // ↓ Automatically load password from the system keychain and set HTTP Basic Auth\n        //   header by using `hey.basicauth('\u003cusername\u003e')`. Will prompt on first request.\n        auth: hey.basicauth('username@example.com'),\n      },\n    },\n  };\n};\n\n```\n\n### License\nMIT \u0026copy; [David Furnes](https://dfurnes.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfurnes%2Fhey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfurnes%2Fhey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfurnes%2Fhey/lists"}