{"id":48270902,"url":"https://github.com/no-src/rest-client","last_synced_at":"2026-04-04T22:14:39.424Z","repository":{"id":239619029,"uuid":"798684656","full_name":"no-src/rest-client","owner":"no-src","description":"A http command line tool","archived":false,"fork":false,"pushed_at":"2025-12-04T01:14:23.000Z","size":31,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-07T07:20:14.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/no-src.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}},"created_at":"2024-05-10T09:21:23.000Z","updated_at":"2025-12-04T01:14:19.000Z","dependencies_parsed_at":"2024-05-13T17:30:16.152Z","dependency_job_id":"606f34ff-e965-4b43-b034-99a94f5329ea","html_url":"https://github.com/no-src/rest-client","commit_stats":null,"previous_names":["no-src/rest-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/no-src/rest-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-src%2Frest-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-src%2Frest-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-src%2Frest-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-src%2Frest-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/no-src","download_url":"https://codeload.github.com/no-src/rest-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-src%2Frest-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":[],"created_at":"2026-04-04T22:14:37.955Z","updated_at":"2026-04-04T22:14:39.411Z","avatar_url":"https://github.com/no-src.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rest-client\n\n[![Build](https://img.shields.io/github/actions/workflow/status/no-src/rest-client/go.yml?branch=main)](https://github.com/no-src/rest-client/actions)\n[![License](https://img.shields.io/github/license/no-src/rest-client)](https://github.com/no-src/rest-client/blob/main/LICENSE)\n\nA command line tool for sending HTTP requests and displaying the response.\n\n## Installation\n\nThe first need [Go](https://go.dev/doc/install) installed (**version 1.22+ is required**), then you can use the below\ncommand to install `rest-client`.\n\n```bash\ngo install github.com/no-src/rest-client/...@latest\n```\n\n## Quick Start\n\n### Configuration\n\nCreate a `conf.yaml` file to define the custom variables, it is optional.\n\n```yaml\nhost: http://127.0.0.1\nsecret: 123456\n```\n\n### Request\n\nCreate a `request.http` file to define the HTTP requests, it is required.\n\n```text\n### Test POST HTTP Request\nPOST {{host}}/say\nContent-Type: application/json\n\n{\n  \"content\": \"hello\",\n  \"secret\": \"{{secret}}\"\n}\n\n### Test GET HTTP Request\nGET {{host}}/info\n```\n\n### Show Requests\n\n```bash\nrc -conf=conf.yaml -http=request.http\n```\n\n### Send Request\n\n```bash\nrc -conf=conf.yaml -http=request.http -run -id=1\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fno-src%2Frest-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fno-src%2Frest-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fno-src%2Frest-client/lists"}