{"id":19967623,"url":"https://github.com/ceramicstudio/rust-ceramic-http-client","last_synced_at":"2025-10-04T06:43:25.726Z","repository":{"id":37872363,"uuid":"505690421","full_name":"ceramicstudio/rust-ceramic-http-client","owner":"ceramicstudio","description":"A Rust implementation of the HTTP Ceramic Client","archived":false,"fork":false,"pushed_at":"2022-07-05T20:11:23.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-01T17:47:48.650Z","etag":null,"topics":["do-not-use-yet","experimental"],"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/ceramicstudio.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}},"created_at":"2022-06-21T04:35:12.000Z","updated_at":"2023-01-02T16:11:26.000Z","dependencies_parsed_at":"2022-09-19T21:53:22.787Z","dependency_job_id":null,"html_url":"https://github.com/ceramicstudio/rust-ceramic-http-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ceramicstudio/rust-ceramic-http-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Frust-ceramic-http-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Frust-ceramic-http-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Frust-ceramic-http-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Frust-ceramic-http-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ceramicstudio","download_url":"https://codeload.github.com/ceramicstudio/rust-ceramic-http-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Frust-ceramic-http-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278277882,"owners_count":25960430,"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-10-04T02:00:05.491Z","response_time":63,"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":["do-not-use-yet","experimental"],"created_at":"2024-11-13T02:43:06.538Z","updated_at":"2025-10-04T06:43:25.708Z","avatar_url":"https://github.com/ceramicstudio.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-ceramic-http-client\nA Rust implementation of the HTTP Ceramic Client\n\nCurrently a siginificant work in progess.  You probably don't even want to try and use this yet.\n\n\n**Usage Example**\n\nUsing Defaults\n\n```rust\nfn main(){\n    // Example StreamID from a Ceramic Stream already on the network\n    let stream_id = \"kjk...\";\n    // Create a client with defaults and use that to make read-only requests\n    let ceramic = CeramicHTTPClient::default();\n    // Get the data from a stream using StreamID\n    let stream = ceramic.get_stream(stream_id);\n    println!(\"{:?}\",stream);\n    \n}\n\n```\nCustom client\n\n```rust\nfn main(){\n    // Example StreamID from a Ceramic Stream already on the network\n    let stream_id = \"kjk...\";\n    // Create a client with defaults and use that to make read-only requests\n    let ceramic = CeramicHTTPClient::default();\n    // Use setters to configure custom parameters for the client\n    ceramic.set_did(\"did:3:ksaldjfklsajklf\");\n    ceramic.set_api_version(\"/v1\");\n    ceramic.set_ceramic_network_url(\"https://localhost:7007\");\n    // Get the data from a stream using StreamID\n    let stream = ceramic.get_stream(stream_id);\n    println!(\"{:?}\",stream);\n    \n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceramicstudio%2Frust-ceramic-http-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceramicstudio%2Frust-ceramic-http-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceramicstudio%2Frust-ceramic-http-client/lists"}