{"id":24497362,"url":"https://github.com/flowionab/easee","last_synced_at":"2026-02-12T19:32:30.750Z","repository":{"id":240937002,"uuid":"801435989","full_name":"flowionab/easee","owner":"flowionab","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-10T11:20:36.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T01:00:14.047Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flowionab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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,"zenodo":null}},"created_at":"2024-05-16T08:20:25.000Z","updated_at":"2025-02-10T11:20:39.000Z","dependencies_parsed_at":"2024-05-21T14:48:10.513Z","dependency_job_id":"2568f6f1-9509-45d9-bf58-a3115ffa7ed2","html_url":"https://github.com/flowionab/easee","commit_stats":null,"previous_names":["flowionab/easee"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flowionab/easee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowionab%2Feasee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowionab%2Feasee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowionab%2Feasee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowionab%2Feasee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flowionab","download_url":"https://codeload.github.com/flowionab/easee/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowionab%2Feasee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29378819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T19:05:20.189Z","status":"ssl_error","status_checked_at":"2026-02-12T19:01:44.216Z","response_time":55,"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":[],"created_at":"2025-01-21T21:33:39.681Z","updated_at":"2026-02-12T19:32:30.735Z","avatar_url":"https://github.com/flowionab.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easee API Client\n\nThis is a Rust client implementation for the [Easee API](https://developer.easee.com/). It provides an interface for interacting with Easee's EV charging platform, enabling users to authenticate, retrieve charger status, and control charging sessions.\n\n## Features\n\n- Authentication with Easee API\n- Fetching charger details and status\n- Starting and stopping charging sessions\n- Configuring charger settings\n\n## Installation\n\nAdd the following dependency to your `Cargo.toml`:\n\n```toml\n[dependencies]\neasee-rs = \"0.1\"\n```\n\n(Note: Replace with the actual crate name if published on crates.io, or use a Git dependency if needed.)\n\n## Usage\n\n```rust\nuse easee_rs::Client;\n\n#[tokio::main]\nasync fn main() {\n    let client = Client::new_with_access_token(\"your-api-key\");\n    match client.get_chargers().await {\n        Ok(chargers) =\u003e println!(\"{:?}\", chargers),\n        Err(e) =\u003e eprintln!(\"Error: {}\", e),\n    }\n}\n```\n\n## Authentication\n\nThe client requires either an API key, or username and password for authentication. The API key can be obtained from \nthe Easee developer portal, while the username and password are the same as those used to log in to the Easee app.\n\n## Contributing\n\nContributions are welcome! Feel free to submit issues or pull requests.\n\n#### License\n\n\u003csup\u003e\nLicensed under either of \u003ca href=\"LICENSE-APACHE\"\u003eApache License, Version\n2.0\u003c/a\u003e or \u003ca href=\"LICENSE-MIT\"\u003eMIT license\u003c/a\u003e at your option.\n\u003c/sup\u003e\n\n\u003cbr\u003e\n\n\u003csub\u003e\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in this crate by you, as defined in the Apache-2.0 license, shall\nbe dual licensed as above, without any additional terms or conditions.\n\u003c/sub\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowionab%2Feasee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowionab%2Feasee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowionab%2Feasee/lists"}