{"id":25745977,"url":"https://github.com/cyrix126/doli-client-api-rs","last_synced_at":"2025-02-26T11:29:27.531Z","repository":{"id":243075100,"uuid":"811397414","full_name":"Cyrix126/doli-client-api-rs","owner":"Cyrix126","description":"High-level Rust client library to interact with Dolibarr API","archived":false,"fork":false,"pushed_at":"2024-08-04T06:20:19.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-04T15:47:58.709Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cyrix126.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":"2024-06-06T14:16:29.000Z","updated_at":"2024-08-04T06:20:23.000Z","dependencies_parsed_at":"2024-06-06T16:00:01.317Z","dependency_job_id":"02862468-0b95-4f40-867b-7f5ad231596b","html_url":"https://github.com/Cyrix126/doli-client-api-rs","commit_stats":null,"previous_names":["cyrix126/doli-client-api-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyrix126%2Fdoli-client-api-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyrix126%2Fdoli-client-api-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyrix126%2Fdoli-client-api-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyrix126%2Fdoli-client-api-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cyrix126","download_url":"https://codeload.github.com/Cyrix126/doli-client-api-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240843093,"owners_count":19866705,"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":"2025-02-26T11:29:26.816Z","updated_at":"2025-02-26T11:29:27.497Z","avatar_url":"https://github.com/Cyrix126.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# doli-client-api-rs\nHigh-level Rust client library to interact with Dolibarr API\n\nThis library is not meant to fully support every endpoints of Dolibarr OpenAPI spec.  \nIt is opiniated and features will be added as needed.\n\nExample:\n```rust,ignore\n// construct the client and give the url including the token of the api\nlet uri = Url::parse(\"https://:token@dolibarr.example.com/api/index.php\")?;\nlet doli_client = doli_client_api_rs::Client::new(uri);\n\n// get the barcode with the id\nlet barcode = doli_client.get_barcode_from_id(1094)?;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyrix126%2Fdoli-client-api-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyrix126%2Fdoli-client-api-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyrix126%2Fdoli-client-api-rs/lists"}