{"id":16242533,"url":"https://github.com/adriankumpf/req_logger","last_synced_at":"2026-02-17T20:36:38.439Z","repository":{"id":195233918,"uuid":"692500858","full_name":"adriankumpf/req_logger","owner":"adriankumpf","description":"Req Logger plugin","archived":false,"fork":false,"pushed_at":"2024-11-03T21:11:51.000Z","size":38,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T21:28:22.571Z","etag":null,"topics":["elixir"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/adriankumpf.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-16T17:09:39.000Z","updated_at":"2024-11-03T21:11:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9f61703-8bf1-4cbf-977f-4a951b8f3855","html_url":"https://github.com/adriankumpf/req_logger","commit_stats":null,"previous_names":["adriankumpf/req_logger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adriankumpf/req_logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriankumpf%2Freq_logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriankumpf%2Freq_logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriankumpf%2Freq_logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriankumpf%2Freq_logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adriankumpf","download_url":"https://codeload.github.com/adriankumpf/req_logger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriankumpf%2Freq_logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29557443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T20:14:27.083Z","status":"ssl_error","status_checked_at":"2026-02-17T20:14:26.018Z","response_time":100,"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":["elixir"],"created_at":"2024-10-10T14:11:30.890Z","updated_at":"2026-02-17T20:36:33.424Z","avatar_url":"https://github.com/adriankumpf.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReqLogger\n\n[Req](https://github.com/wojtekmach/req) Logger plugin.\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    {:req_logger, \"~\u003e 0.1.0\", github: \"adriankumpf/req_logger\"}\n  ]\nend\n```\n\n## Usage\n\n```elixir\nMix.install([\n  {:req, \"~\u003e 0.4.3\"},\n  {:req_logger, \"~\u003e 0.1.0\", github: \"adriankumpf/req_logger\"}\n])\n\nreq =\n  Req.new()\n  |\u003e ReqLogger.attach()\n\nReq.get!(req, url: \"https://httpbin.org/status/201?a=1\")\n# [info] GET https://httpbin.org/status/201 -\u003e 201\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadriankumpf%2Freq_logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadriankumpf%2Freq_logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadriankumpf%2Freq_logger/lists"}