{"id":34719005,"url":"https://github.com/lit-technology/labstats-client","last_synced_at":"2026-04-26T09:31:36.126Z","repository":{"id":45419257,"uuid":"219084537","full_name":"lit-technology/labstats-client","owner":"lit-technology","description":"Java Client for LabStats.","archived":false,"fork":false,"pushed_at":"2022-11-15T23:32:06.000Z","size":13,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-26T12:47:33.736Z","etag":null,"topics":["computer-stats","github-actions","github-package-registry","java","labstats-client"],"latest_commit_sha":null,"homepage":"","language":"Java","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/lit-technology.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}},"created_at":"2019-11-02T00:52:15.000Z","updated_at":"2021-02-10T11:45:50.000Z","dependencies_parsed_at":"2023-01-23T03:01:03.828Z","dependency_job_id":null,"html_url":"https://github.com/lit-technology/labstats-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lit-technology/labstats-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lit-technology%2Flabstats-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lit-technology%2Flabstats-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lit-technology%2Flabstats-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lit-technology%2Flabstats-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lit-technology","download_url":"https://codeload.github.com/lit-technology/labstats-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lit-technology%2Flabstats-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32292740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T08:29:33.829Z","status":"ssl_error","status_checked_at":"2026-04-26T08:29:18.366Z","response_time":129,"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":["computer-stats","github-actions","github-package-registry","java","labstats-client"],"created_at":"2025-12-25T01:29:21.323Z","updated_at":"2026-04-26T09:31:36.121Z","avatar_url":"https://github.com/lit-technology.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LabStats Client\n[![Actions Status](https://github.com/philip-bui/labstats-client/workflows/build/badge.svg)](https://github.com/philip-bui/labstats-client/actions)\n\n[LabStats](https://labstats.com/) tracks when, where, and how long students are logged on to hardware resources in computer labs. It allows schools to maximize IT budget by discovering where you can expand, reduce, or eliminate hardware and software resources.\n\n## Requirements\n\n- [Create a valid API Key](https://support.labstats.com/article/api/#api-key-creation) from your Admin with the appropriate API permissions.\n- Use the correct API based on your organization's location.\n  - [North America](https://api.labstats.com).\n  - [Australia, New Zealand, \u0026 Asia](https://sea-api.labstats.com).\n  - [Europe](https://weu-api.labstats.com).\n- Have read and understood the [LabStats API Best Practices](https://support.labstats.com/article/api-usage-best-practices/).\n\n## Installation\n\n### Maven\n\nSet up Apache Maven to authenticate to GitHub Package Registry by editing your ~/.m2/settings.xml. For more information, see \"[Authenticating to GitHub Package Registry](https://help.github.com/en/github/managing-packages-with-github-package-registry/configuring-apache-maven-for-use-with-github-package-registry#authenticating-to-github-package-registry)\".\n\n```xml\n\u003cdependencies\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.philipbui.labstats\u003c/groupId\u003e\n    \u003cartifactId\u003elabstats-client\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.0\u003c/version\u003e\n  \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n### Gradle\n\nSet up Gradle to authenticate to GitHub Package Registry by editing your build.gradle or build.gradle.kts file. For more information, see \"[Authenticating to GitHub Package Registry](https://help.github.com/en/github/managing-packages-with-github-package-registry/configuring-gradle-for-use-with-github-package-registry#authenticating-to-github-package-registry)\".\n\n```gradle\ndependencies {\n    implementation(\"com.philipbui.labstats:labstats-client:1.0.0\")\n}\n```\n\n## Usage\n\n```java\nLabStatsClient labStatsClient = new LabStatsClient(apiKey, Region.SEA);\nGroupStatusResponse groupStatusResponse = labStatsClient.getLabStatsGroupStatus(groupID);\n```\n\n## Features\n\n- [ ] Applications\n- [ ] Availability\n- [ ] Files\n- [X] Groups (Computer Groups)\n  - [ ] By ID\n  - [ ] Stations by ID\n  - [ ] Sub-Groups by ID\n  - [X] Status (On, Offline, In-Use) by ID\n  - [ ] Capabilities\n- [ ] Maps\n- [ ] Schedules\n- [ ] Stations\n- [ ] Users\n\n## License\n\nLabStats Client is available under the MIT license. [See LICENSE](https://github.com/philip-bui/labstats-client/blob/master/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flit-technology%2Flabstats-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flit-technology%2Flabstats-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flit-technology%2Flabstats-client/lists"}