{"id":23256767,"url":"https://github.com/scootpl/restreq","last_synced_at":"2025-04-06T04:25:18.353Z","repository":{"id":65141142,"uuid":"581289134","full_name":"scootpl/restreq","owner":"scootpl","description":"RestReq is a wrapper around standard Go net/http client. In a simple call you can use json encoding, add headers and parse result. This should be sufficient in most use cases.","archived":false,"fork":false,"pushed_at":"2023-01-21T01:31:40.000Z","size":25,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T14:03:03.407Z","etag":null,"topics":["go","golang","http","http-client","microservices","middleware","rest-api"],"latest_commit_sha":null,"homepage":"","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/scootpl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-22T19:20:30.000Z","updated_at":"2022-12-28T20:23:09.000Z","dependencies_parsed_at":"2023-02-12T07:16:36.277Z","dependency_job_id":null,"html_url":"https://github.com/scootpl/restreq","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scootpl%2Frestreq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scootpl%2Frestreq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scootpl%2Frestreq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scootpl%2Frestreq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scootpl","download_url":"https://codeload.github.com/scootpl/restreq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247432376,"owners_count":20938146,"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","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":["go","golang","http","http-client","microservices","middleware","rest-api"],"created_at":"2024-12-19T12:19:32.013Z","updated_at":"2025-04-06T04:25:18.290Z","avatar_url":"https://github.com/scootpl.png","language":"Go","readme":"# RestReq\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/scootpl/restreq.svg)](https://pkg.go.dev/github.com/scootpl/restreq)  [![Go Report Card](https://goreportcard.com/badge/github.com/scootpl/restreq)](https://goreportcard.com/report/github.com/scootpl/restreq)\n\nRestReq is a wrapper around standard Go net/http client. In a simple call you can use json encoding, add headers\nand parse result. This should be sufficient in most use cases.\n\n## Features\n\n- Simple syntax\n- Only stdlib (no external dependencies)\n- JSON parsing\n- Debug logging\n\n## Quick Start\n\n```go\nimport \"github.com/scootpl/restreq\"\n\nresp, err := restreq.New(\"http://example.com\").\n\tAddHeader(\"X-TOKEN\", authToken).\n\tPost()\n```\n\n## Examples and Documentation\n\nSee [GoDoc](https://godoc.org/github.com/scootpl/restreq) for more details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscootpl%2Frestreq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscootpl%2Frestreq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscootpl%2Frestreq/lists"}