{"id":16157705,"url":"https://github.com/theawiteb/arpstore-sdk","last_synced_at":"2025-07-08T07:06:55.435Z","repository":{"id":197748020,"uuid":"699276290","full_name":"TheAwiteb/arpstore-sdk","owner":"TheAwiteb","description":"A Rust SDK for the Arpstore API.","archived":false,"fork":false,"pushed_at":"2023-11-22T11:31:46.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-02T02:56:56.066Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/TheAwiteb.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,"publiccode":null,"codemeta":null}},"created_at":"2023-10-02T10:01:53.000Z","updated_at":"2023-10-02T10:01:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"d52632fa-c10d-400d-9753-38b9ba408f5a","html_url":"https://github.com/TheAwiteb/arpstore-sdk","commit_stats":null,"previous_names":["theawiteb/arpstore-sdk"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Farpstore-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Farpstore-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Farpstore-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Farpstore-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheAwiteb","download_url":"https://codeload.github.com/TheAwiteb/arpstore-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247578627,"owners_count":20961270,"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":"2024-10-10T01:50:22.629Z","updated_at":"2025-04-07T01:41:10.845Z","avatar_url":"https://github.com/TheAwiteb.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ARPStore SDK\n\nA SDK for ARPStore API.\n\n### Usage\n\n```rust\nuse arpstore_sdk::Client;\n\nconst PRODUCT_CODE: \u0026str = \"the_product_code\";\n\n#[tokio::main]\nasync fn main() {\n    let arp_client = Client::new(\"https://api.yourdomain.com\", \"your_subscription_key\");\n    let result = arp_client.is_valid_subscription(PRODUCT_CODE).await;\n    match result {\n        Ok(_) =\u003e println!(\"Subscription is valid\"),\n        Err(e) =\u003e println!(\"{e}\"), // The error is a string from the API, or a reqwest error\n    }\n}\n```\n\n### License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheawiteb%2Farpstore-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheawiteb%2Farpstore-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheawiteb%2Farpstore-sdk/lists"}