{"id":19218383,"url":"https://github.com/libninjacom/benchling-rs","last_synced_at":"2026-04-25T08:35:51.433Z","repository":{"id":61330013,"uuid":"546928044","full_name":"libninjacom/benchling-rs","owner":"libninjacom","description":"benchling client, generated from the OpenAPI spec","archived":false,"fork":false,"pushed_at":"2022-11-08T00:00:26.000Z","size":378,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-01T03:07:28.420Z","etag":null,"topics":["benchling","openapi","rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/benchling/","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/libninjacom.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}},"created_at":"2022-10-06T22:02:01.000Z","updated_at":"2022-10-12T19:58:01.000Z","dependencies_parsed_at":"2023-01-22T21:16:16.966Z","dependency_job_id":null,"html_url":"https://github.com/libninjacom/benchling-rs","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/libninjacom/benchling-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fbenchling-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fbenchling-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fbenchling-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fbenchling-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libninjacom","download_url":"https://codeload.github.com/libninjacom/benchling-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fbenchling-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32255651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T04:23:17.126Z","status":"ssl_error","status_checked_at":"2026-04-25T04:21:53.360Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["benchling","openapi","rust"],"created_at":"2024-11-09T14:26:28.157Z","updated_at":"2026-04-25T08:35:51.401Z","avatar_url":"https://github.com/libninjacom.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/benchling-rs/graphs/contributors\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/contributors/libninjacom/benchling-rs.svg?style=flat-square\" alt=\"GitHub Contributors\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/libninjacom/benchling-rs/stargazers\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/stars/libninjacom/benchling-rs.svg?style=flat-square\" alt=\"Stars\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/libninjacom/benchling-rs/actions\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/workflow/status/libninjacom/benchling-rs/test?style=flat-square\" alt=\"Build Status\" /\u003e\n    \u003c/a\u003e\n    \n\u003ca href=\"https://crates.io/crates/benchling\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/d/benchling?style=flat-square\" alt=\"Downloads\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://crates.io/crates/benchling\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/benchling?style=flat-square\" alt=\"Crates.io\" /\u003e\n\u003c/a\u003e\n\n\u003c/p\u003e\n\nBenchling client, generated from the OpenAPI spec.\n\n# Usage\n\n```rust\nuse benchling::BenchlingClient;\nuse benchling::model::*;\n#[tokio::main]\nasync fn main() {\n    let client = BenchlingClient::from_env();\n    let response = client\n        .list_aa_sequences()\n        .page_size(1)\n        .next_token(\"your next token\")\n        .sort(\"your sort\")\n        .modified_at(\"your modified at\")\n        .name(\"your name\")\n        .name_includes(\"your name includes\")\n        .amino_acids(\"your amino acids\")\n        .folder_id(\"your folder id\")\n        .mentioned_in(\"your mentioned in\")\n        .project_id(\"your project id\")\n        .registry_id(\"your registry id\")\n        .schema_id(\"your schema id\")\n        .schema_fields(SchemaFieldsQueryParam {})\n        .archive_reason(\"your archive reason\")\n        .mentions(\"your mentions\")\n        .ids(\"your ids\")\n        .entity_registry_ids_any_of(\"your entity registry ids.any of\")\n        .names_any_of(\"your names.any of\")\n        .names_any_of_case_sensitive(\"your names.any of.case sensitive\")\n        .creator_ids(\"your creator ids\")\n        .author_ids_any_of(\"your author ids.any of\")\n        .send()\n        .await\n        .unwrap();\n    println!(\"{:#?}\", response);\n}\n\n```\n\nThis example loads configuration from environment variables, specifically:\n\n* `BENCHLING_BASIC_API_KEY_AUTH`\n\n\n\n# Installation\n\nAdd this to your Cargo.toml:\n\n```toml\n[dependencies]\nbenchling = \"0.1.0\"\n```\n\n\n# Documentation\n\n\n* [API Documentation](https://docs.benchling.com)\n\n\n* [Client Library Documentation](https://docs.rs/benchling)\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).*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibninjacom%2Fbenchling-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibninjacom%2Fbenchling-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibninjacom%2Fbenchling-rs/lists"}