{"id":25839279,"url":"https://github.com/two-mountains/ncmapi-rs","last_synced_at":"2025-03-01T04:26:19.169Z","repository":{"id":57643780,"uuid":"383051939","full_name":"two-mountains/ncmapi-rs","owner":"two-mountains","description":"NetEase Cloud Music API for Rust","archived":false,"fork":false,"pushed_at":"2023-04-27T01:41:24.000Z","size":92,"stargazers_count":15,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T09:53:13.035Z","etag":null,"topics":["api","netease-cloud-music","rust"],"latest_commit_sha":null,"homepage":"","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/two-mountains.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}},"created_at":"2021-07-05T07:26:23.000Z","updated_at":"2025-01-19T13:16:20.000Z","dependencies_parsed_at":"2022-08-27T22:54:50.245Z","dependency_job_id":null,"html_url":"https://github.com/two-mountains/ncmapi-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/two-mountains%2Fncmapi-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/two-mountains%2Fncmapi-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/two-mountains%2Fncmapi-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/two-mountains%2Fncmapi-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/two-mountains","download_url":"https://codeload.github.com/two-mountains/ncmapi-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241317004,"owners_count":19943189,"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":["api","netease-cloud-music","rust"],"created_at":"2025-03-01T04:26:18.529Z","updated_at":"2025-03-01T04:26:19.147Z","avatar_url":"https://github.com/two-mountains.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=center\u003encmapi-rs\u003c/h1\u003e\n\nNetEase Cloud Music API for Rust.\n\n\n### Usage\n\n```toml\n[dependencies]\nncmapi = \"0.1\"\ntokio = { version = \"1\", features = [\"full\"] }\n```\n\n```rust\nuse ncmapi::NcmApi;\n\n#[tokio::main]\nasync fn main() -\u003e std::result::Result\u003c(), Box\u003cdyn std::error:Error\u003e\u003e {\n    let api = NcmApi::default();\n    let resp = api.cloud_search(\"mota\", None).await;\n\n    let res = resp.unwrap().deserialize_to_implict();\n    println!(\"{:#?}\", res);\n\n    Ok(())\n}\n```\n\n\n### Document\n\nMost of the functions are self documented. If there is some confusion about the params of a funtion requires, figure out [here](https://neteasecloudmusicapi.vercel.app)\n\n\n\n### How it works\n\n* api: export api functions.\n* client:\n    * takes an ApiRequst, process it into a Request by presenting it with header and encrypt the payload etc. And then send requests to the server, takes the response and then returns the ApiResponse back.\n    * cache\n\n### Contribute\n\nIf you think this package useful, please do make pull requests.\n\n### License\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwo-mountains%2Fncmapi-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwo-mountains%2Fncmapi-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwo-mountains%2Fncmapi-rs/lists"}