{"id":26558087,"url":"https://github.com/chara-x/rest","last_synced_at":"2026-05-16T08:31:31.214Z","repository":{"id":278758816,"uuid":"936059321","full_name":"Chara-X/rest","owner":"Chara-X","description":"Generate openapi client and docs from proc-macro","archived":false,"fork":false,"pushed_at":"2025-03-14T21:25:02.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T12:25:22.986Z","etag":null,"topics":["client-generator","documentation-generator","openapi","proc-macro"],"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/Chara-X.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-20T13:14:36.000Z","updated_at":"2025-03-14T21:25:05.000Z","dependencies_parsed_at":"2025-03-22T12:35:38.324Z","dependency_job_id":null,"html_url":"https://github.com/Chara-X/rest","commit_stats":null,"previous_names":["chara-x/rest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chara-X/rest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chara-X%2Frest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chara-X%2Frest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chara-X%2Frest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chara-X%2Frest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chara-X","download_url":"https://codeload.github.com/Chara-X/rest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chara-X%2Frest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270982194,"owners_count":24679447,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["client-generator","documentation-generator","openapi","proc-macro"],"created_at":"2025-03-22T12:22:11.471Z","updated_at":"2026-05-16T08:31:31.169Z","avatar_url":"https://github.com/Chara-X.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rest\n\n## Example\n\n```rust\nrest::client!({\n    info {\n        title: \"User management\",\n        version: \"1.0\",\n        description:\n            \"Just for example\",\n    };\n    server {\n        url: \"/api/v1\",\n    };\n    /// Create a new user\n    op(\"POST\", \"/users\", msg::User, ());\n    /// Get a user\n    op(\"GET\", \"/users/{id}\", (), msg::User);\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchara-x%2Frest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchara-x%2Frest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchara-x%2Frest/lists"}