{"id":19218382,"url":"https://github.com/kurtbuilds/plaid-rs","last_synced_at":"2026-03-11T10:31:36.899Z","repository":{"id":53210823,"uuid":"491117426","full_name":"kurtbuilds/plaid-rs","owner":"kurtbuilds","description":"Rust client library for Plaid, generated from Plaid's OpenAPI spec","archived":false,"fork":false,"pushed_at":"2025-04-24T02:09:09.000Z","size":2206,"stargazers_count":15,"open_issues_count":1,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-03T05:25:33.276Z","etag":null,"topics":["openapi","plaid","plaid-api","rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/plaid/","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/kurtbuilds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2022-05-11T13:13:15.000Z","updated_at":"2025-09-05T10:31:55.000Z","dependencies_parsed_at":"2023-12-14T01:39:05.886Z","dependency_job_id":"077ae51d-5b2f-46c4-a14c-2eea6ee3f8d8","html_url":"https://github.com/kurtbuilds/plaid-rs","commit_stats":{"total_commits":49,"total_committers":3,"mean_commits":"16.333333333333332","dds":0.08163265306122447,"last_synced_commit":"32283cabda0fc44fa87597b1de1251f088f432aa"},"previous_names":["kurtbuilds/plaid-rs","libninjacom/plaid-rs"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/kurtbuilds/plaid-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtbuilds%2Fplaid-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtbuilds%2Fplaid-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtbuilds%2Fplaid-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtbuilds%2Fplaid-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kurtbuilds","download_url":"https://codeload.github.com/kurtbuilds/plaid-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtbuilds%2Fplaid-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30378072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["openapi","plaid","plaid-api","rust"],"created_at":"2024-11-09T14:26:28.035Z","updated_at":"2026-03-11T10:31:36.868Z","avatar_url":"https://github.com/kurtbuilds.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/libninjacom/plaid-rs/graphs/contributors\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/contributors/libninjacom/plaid-rs.svg?style=flat-square\" alt=\"GitHub Contributors\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/libninjacom/plaid-rs/stargazers\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/stars/libninjacom/plaid-rs.svg?style=flat-square\" alt=\"Stars\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/libninjacom/plaid-rs/actions\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/libninjacom/plaid-rs/ci.yaml?style=flat-square\" alt=\"Build Status\" /\u003e\n    \u003c/a\u003e\n    \n\u003ca href=\"https://crates.io/crates/plaid\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/d/plaid?style=flat-square\" alt=\"Downloads\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://crates.io/crates/plaid\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/plaid?style=flat-square\" alt=\"Crates.io\" /\u003e\n\u003c/a\u003e\n\n\u003c/p\u003e\n\nPlaid client, generated from the OpenAPI spec.\n\n# Usage\n\n```rust\nuse plaid::PlaidClient;\nuse plaid::model::*;\n#[tokio::main]\nasync fn main() {\n    let client = PlaidClient::from_env();\n    let response = client\n        .item_application_list()\n        .access_token(\"your access token\")\n        .await\n        .unwrap();\n    println!(\"{:#?}\", response);\n}\n\n```\n\nThis example loads configuration from environment variables, specifically:\n\n* `PLAID_ENV`: **Changed**: Previously, this was a full URL, but now it works similarly to other Plaid libraries, where it takes an env value, specifically, `sandbox`, `development`, or `production`.\n\n* `PLAID_CLIENT_ID`\n\n* `PLAID_SECRET`\n\n* `PLAID_VERSION`\n\n\n\n# Installation\n\nAdd this to your Cargo.toml:\n\n```toml\n[dependencies]\nplaid = \"..\"\n```\n\n\n# Documentation\n\n\n\n* [Client Library Documentation](https://docs.rs/plaid)\n\n\nYou can see working examples of every API call in the `examples/` directory.\n\n# Contributing\n\nContributions are welcome!\n\n*Library created with [Libninja](https://www.libninja.com).*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurtbuilds%2Fplaid-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkurtbuilds%2Fplaid-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurtbuilds%2Fplaid-rs/lists"}