{"id":21202636,"url":"https://github.com/cundd/rest-adapter-rust","last_synced_at":"2025-09-06T16:38:48.745Z","repository":{"id":146204687,"uuid":"202597260","full_name":"cundd/rest-adapter-rust","owner":"cundd","description":"Adapter to interface with REST via Rust","archived":false,"fork":false,"pushed_at":"2019-08-22T14:57:30.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T22:31:21.446Z","etag":null,"topics":["rest","rest-client","restful-api","rust","typo3"],"latest_commit_sha":null,"homepage":null,"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/cundd.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":"2019-08-15T19:09:06.000Z","updated_at":"2019-08-22T14:57:31.000Z","dependencies_parsed_at":"2024-06-28T16:46:51.740Z","dependency_job_id":null,"html_url":"https://github.com/cundd/rest-adapter-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cundd/rest-adapter-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cundd%2Frest-adapter-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cundd%2Frest-adapter-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cundd%2Frest-adapter-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cundd%2Frest-adapter-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cundd","download_url":"https://codeload.github.com/cundd/rest-adapter-rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cundd%2Frest-adapter-rust/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260496499,"owners_count":23018094,"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":["rest","rest-client","restful-api","rust","typo3"],"created_at":"2024-11-20T20:17:27.185Z","updated_at":"2025-09-06T16:38:48.727Z","avatar_url":"https://github.com/cundd.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Adapter for [Cundd Rest](https://rest.corn.rest)\n\n```rust\nuse rest_adapter::*;\nuse serde::Deserialize;\n\n#[derive(Deserialize)]\nstruct Person {\n    name: String\n}\n\nfn run() -\u003e Result\u003cVec\u003cPerson\u003e\u003e {\n    let config = AdapterConfiguration::from_url(\"http://base.url.tld/rest/\")?;\n    let rd = RestAdapter::new(config);\n\n    rd.find_all::\u003cPerson\u003e(\"Vendor-RealEstate-Person\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcundd%2Frest-adapter-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcundd%2Frest-adapter-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcundd%2Frest-adapter-rust/lists"}