{"id":15686200,"url":"https://github.com/ovr/tinkoff-invest-rust","last_synced_at":"2025-04-15T01:07:06.755Z","repository":{"id":57669860,"uuid":"459518657","full_name":"ovr/tinkoff-invest-rust","owner":"ovr","description":"gRPC Клиент для Тинькофф Инвестиций (протокол v2)","archived":false,"fork":false,"pushed_at":"2024-06-11T12:13:46.000Z","size":607,"stargazers_count":11,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T01:06:59.090Z","etag":null,"topics":["grpc","grpc-rust","rust","sdk","tinkoff"],"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/ovr.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":"2022-02-15T09:52:13.000Z","updated_at":"2025-03-29T14:04:08.000Z","dependencies_parsed_at":"2024-10-23T19:30:56.833Z","dependency_job_id":"c562b367-edf6-412a-879e-87da67feadb9","html_url":"https://github.com/ovr/tinkoff-invest-rust","commit_stats":{"total_commits":34,"total_committers":3,"mean_commits":"11.333333333333334","dds":"0.17647058823529416","last_synced_commit":"d71be96ab67dc70e857c03c3dd8c4ff40a971eb1"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovr%2Ftinkoff-invest-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovr%2Ftinkoff-invest-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovr%2Ftinkoff-invest-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovr%2Ftinkoff-invest-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ovr","download_url":"https://codeload.github.com/ovr/tinkoff-invest-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986311,"owners_count":21194025,"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":["grpc","grpc-rust","rust","sdk","tinkoff"],"created_at":"2024-10-03T17:35:40.620Z","updated_at":"2025-04-15T01:07:06.737Z","avatar_url":"https://github.com/ovr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tinkoff-invest-rust\n\n\u003e gRPC Клиент для Тинькофф Инвестиций (протокол v2)\n\n[![Crates.io](https://img.shields.io/crates/v/tinkoff-invest-api)](https://crates.io/crates/tinkoff-invest-api)\n[![Documentation](https://docs.rs/tinkoff-invest-api/badge.svg)](https://docs.rs/tinkoff-invest-api)\n[![Crates.io](https://img.shields.io/crates/l/tinkoff-invest-api)](LICENSE)\n\n## Example\n\nFirst you need to install:\n\n```toml\n[dependencies]\ntinkoff-invest-api = { version = \"0.2\" }\n```\n\nThen, on your main.rs:\n\n```rust\nlet service = TinkoffInvestService::new(\"my_token\".to_string());\nlet channel = service.create_channel().await?;\nlet mut users = service.users(channel).await?;\n\nlet accounts = users\n    .get_accounts(tonic::Request::new(\n        tinkoff_invest_rust::tcs::GetAccountsRequest {},\n    ))\n    .await?;\n\nprintln!(\"Response {:?}\", accounts);\n```\n\n## License\n\nThis project is licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovr%2Ftinkoff-invest-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fovr%2Ftinkoff-invest-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovr%2Ftinkoff-invest-rust/lists"}