{"id":25981429,"url":"https://github.com/ararog/deboa","last_synced_at":"2025-03-05T08:33:24.694Z","repository":{"id":277048424,"uuid":"931067935","full_name":"ararog/deboa","owner":"ararog","description":"A very simple and straightforward HTTP client written in Rust.","archived":false,"fork":false,"pushed_at":"2025-02-15T17:26:30.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T14:44:52.999Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ararog.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}},"created_at":"2025-02-11T17:04:18.000Z","updated_at":"2025-02-15T17:26:34.000Z","dependencies_parsed_at":"2025-02-11T21:28:56.889Z","dependency_job_id":"ad33f450-4998-4d33-9d3c-41d7766e7a96","html_url":"https://github.com/ararog/deboa","commit_stats":null,"previous_names":["ararog/deboa"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ararog%2Fdeboa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ararog%2Fdeboa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ararog%2Fdeboa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ararog%2Fdeboa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ararog","download_url":"https://codeload.github.com/ararog/deboa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241994407,"owners_count":20054717,"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":[],"created_at":"2025-03-05T08:33:24.097Z","updated_at":"2025-03-05T08:33:24.660Z","avatar_url":"https://github.com/ararog.png","language":"Rust","readme":"# deboa\n\nA very simple and straightforward HTTP client.\n\nThe goal is to provide a simple and easy to use HTTP, very\nsimilar to apisauce for nodejs/javascript.\n\n## Install\n\ndeboa = { version = \"0.0.2\" }\n\n## Usage\n\n```\nuse deboa::Deboa;\n\nlet api = Deboa::new(\"https://jsonplaceholder.typicode.com\", None);\n\nlet res = api.get(\"/posts\").await;\n\nlet posts: std::result::Result\u003cPost, serde_json::Error\u003e =\n    serde_json::from_reader(res.unwrap().reader());\n\nprintln!(\"posts: {:#?}\", posts);\n```","funding_links":[],"categories":["Libraries"],"sub_categories":["Network programming"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fararog%2Fdeboa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fararog%2Fdeboa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fararog%2Fdeboa/lists"}