{"id":13806257,"url":"https://github.com/alexferl/vest","last_synced_at":"2026-01-03T04:58:56.623Z","repository":{"id":61613697,"uuid":"552139778","full_name":"alexferl/vest","owner":"alexferl","description":"A REST client in V","archived":false,"fork":false,"pushed_at":"2023-08-01T20:33:39.000Z","size":49,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T16:48:36.442Z","etag":null,"topics":["http","http-client","rest","rest-client","v","vlang"],"latest_commit_sha":null,"homepage":"","language":"V","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/alexferl.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}},"created_at":"2022-10-15T23:01:07.000Z","updated_at":"2024-12-13T10:29:26.000Z","dependencies_parsed_at":"2024-02-01T20:08:28.917Z","dependency_job_id":null,"html_url":"https://github.com/alexferl/vest","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexferl%2Fvest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexferl%2Fvest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexferl%2Fvest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexferl%2Fvest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexferl","download_url":"https://codeload.github.com/alexferl/vest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243823298,"owners_count":20353647,"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":["http","http-client","rest","rest-client","v","vlang"],"created_at":"2024-08-04T01:01:09.521Z","updated_at":"2026-01-03T04:58:56.595Z","avatar_url":"https://github.com/alexferl.png","language":"V","funding_links":[],"categories":["Libraries"],"sub_categories":["Web"],"readme":"# vest\nREST client in [V](https://vlang.io).\n\n# Installing\n```shell\nv install alexferl.vest\n```\n\n# Using\nMore complex examples [here](examples).\n\n```v\nimport context\nimport alexferl.vest\n\nfn main() {\n\tc := vest.new(vest.with_base_url('https://httpbin.org'))\n\n\tresp := c.get(context.background(), '/get') or {\n\t\teprintln(err)\n\t\treturn\n\t}\n\n\tprintln(resp.body)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexferl%2Fvest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexferl%2Fvest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexferl%2Fvest/lists"}