{"id":20630271,"url":"https://github.com/kimromi/rcurl","last_synced_at":"2026-04-16T21:36:28.073Z","repository":{"id":56891165,"uuid":"126822644","full_name":"kimromi/rcurl","owner":"kimromi","description":"➰ curl command wrapper - writable yaml + erb config file","archived":false,"fork":false,"pushed_at":"2018-04-03T18:59:09.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-14T14:51:03.975Z","etag":null,"topics":["curl","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kimromi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-26T12:04:54.000Z","updated_at":"2018-04-03T18:58:51.000Z","dependencies_parsed_at":"2022-08-21T00:20:45.762Z","dependency_job_id":null,"html_url":"https://github.com/kimromi/rcurl","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kimromi/rcurl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimromi%2Frcurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimromi%2Frcurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimromi%2Frcurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimromi%2Frcurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kimromi","download_url":"https://codeload.github.com/kimromi/rcurl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimromi%2Frcurl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31905890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["curl","ruby"],"created_at":"2024-11-16T14:07:22.548Z","updated_at":"2026-04-16T21:36:28.054Z","avatar_url":"https://github.com/kimromi.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rcurl\n\nSimple curl command wrapper\n\n## Installation\n\n    $ gem install rcurl\n\n## Usage\n\n### GET\n\nCreate example.yaml\n\n```yaml\nmethod: GET\nparams:\n  hoge: fuga\n```\n\nexecute `rcurl` command with option `-d`\n\n```console\n$ rcurl -d @path/to/example.yaml http://example.com\n\n# =\u003e curl -sS -X GET http://example.com?hoge=fuga\n```\n\n### POST (application/x-www-form-urlencoded)\n\nexample.yaml\n\n```yaml\nmethod: POST\nparams:\n  hoge: fuga\n```\n\n```console\n$ rcurl -d @path/to/example.yaml http://example.com\n\n# =\u003e curl -sS -X POST -d 'hoge=fuga' http://example.com\n```\n\n### POST (application/json)\n\nexample.yaml\n\n```yaml\nmethod: POST\nheaders:\n  - 'Content-type: application/json'\nparams:\n  hoge: fuga\n```\n\n```console\n$ rcurl -d @path/to/example.yaml http://example.com\n\n# =\u003e curl -sS -X POST -H 'Content-type: application/json' -d '{\"hoge\":\"fuga\"}' http://example.com\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/kimromi/rcurl.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimromi%2Frcurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkimromi%2Frcurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimromi%2Frcurl/lists"}