{"id":38010357,"url":"https://github.com/roberth-k/rq","last_synced_at":"2026-01-16T19:19:57.770Z","repository":{"id":57491069,"uuid":"198722574","full_name":"roberth-k/rq","owner":"roberth-k","description":"rq is a wrapper for go's http client","archived":false,"fork":false,"pushed_at":"2020-03-03T20:17:34.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-12T14:49:23.243Z","etag":null,"topics":["golang","http","http-client","immutable"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/roberth-k.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}},"created_at":"2019-07-24T23:28:11.000Z","updated_at":"2023-06-03T13:18:09.000Z","dependencies_parsed_at":"2022-08-29T20:31:48.742Z","dependency_job_id":null,"html_url":"https://github.com/roberth-k/rq","commit_stats":null,"previous_names":["tetratom/rq"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roberth-k/rq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roberth-k%2Frq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roberth-k%2Frq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roberth-k%2Frq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roberth-k%2Frq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roberth-k","download_url":"https://codeload.github.com/roberth-k/rq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roberth-k%2Frq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28481674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["golang","http","http-client","immutable"],"created_at":"2026-01-16T19:19:57.680Z","updated_at":"2026-01-16T19:19:57.751Z","avatar_url":"https://github.com/roberth-k.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003egithub.com/tetratom/rq\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://godoc.org/github.com/tetratom/rq\"\u003e\n    \u003cimg src=\"https://godoc.org/github.com/tetratom/rq?status.svg\" alt=\"GoDoc\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://circleci.com/gh/tetratom/rq\"\u003e\n    \u003cimg src=\"https://img.shields.io/circleci/build/gh/tetratom/rq/master\" alt=\"CircleCI\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/tetratom/rq\"\u003e\n    \u003cimg src=\"https://img.shields.io/codecov/c/github/tetratom/rq/master\" alt=\"Codecov\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003erq is a no-nonsense library for working with rest apis\u003c/p\u003e\n\n# highlights\n\n- request constructors pass values: one `rq.Request` can be used as the basis of another without copy concerns\n- easy access to common operations: `Path()`, `Queryf()`, `SetHeader()`, `Is2xx()`, and many more\n- support for arbitrary request, response middleware, and marshallers\n- context-first\n\n# example\n\n```go\nimport \"github.com/tetratom/rq\"\n\nreq := rq.\n    Begin(\"https://httpbin.org\").\n    Path(\"get\").\n    Queryf(\"x\", \"y%d\", 1)\n\nrep, err := req.GET(context.Background())\nswitch {\ncase err != nil:\n    panic(err)\ncase !rep.Is2xx():\n    panic(\"bad response!\")\n}\n\nlog.Printf(\"response: %s\", rep.ReadStringOrPanic())\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froberth-k%2Frq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froberth-k%2Frq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froberth-k%2Frq/lists"}