{"id":16843039,"url":"https://github.com/teverett/kspa","last_synced_at":"2025-06-11T22:09:35.622Z","repository":{"id":172854834,"uuid":"649892882","full_name":"teverett/kspa","owner":"teverett","description":"Java API for Arctic Spa","archived":false,"fork":false,"pushed_at":"2023-09-25T22:46:23.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T05:44:15.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teverett.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":"2023-06-05T21:48:57.000Z","updated_at":"2025-02-25T23:07:33.000Z","dependencies_parsed_at":"2024-11-24T10:51:53.084Z","dependency_job_id":null,"html_url":"https://github.com/teverett/kspa","commit_stats":null,"previous_names":["teverett/kspa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teverett/kspa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teverett%2Fkspa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teverett%2Fkspa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teverett%2Fkspa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teverett%2Fkspa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teverett","download_url":"https://codeload.github.com/teverett/kspa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teverett%2Fkspa/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259353523,"owners_count":22844751,"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":"2024-10-13T12:49:26.016Z","updated_at":"2025-06-11T22:09:35.596Z","avatar_url":"https://github.com/teverett.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"StateEnum.ON\n[![CI](https://github.com/teverett/kspa/actions/workflows/main.yml/badge.svg)](https://github.com/teverett/kspa/actions/workflows/main.yml)\n\nKSpa\n=============\n\nA Java library for using the [Arctic Spa's](https://www.arcticspas.ca/) API.  API details are [here](https://api.myarcticspa.com/docs/).\n\nLicense\n-------------\n\nKSpa is licensed under the 2-Clause BSD license.\n\nMaven Coordinates\n-------------\n\n```\n\u003cgroupId\u003ecom.khubla.kspa\u003c/groupId\u003e\n\u003cartifactId\u003ekspa\u003c/artifactId\u003e\n\u003cversion\u003e1.0.0\u003c/version\u003e\n\u003cpackaging\u003ejar\u003c/packaging\u003e\n```\n\nUsage\n-------------\n\nThe class \"com.khubla.kspa.Spa\" is the entry point. Simply pass it an API key in the ctor and call the methods.  \n\n```\nSpa spa = new Spa(\"abc123\");\nStatus status = spa.getStatus();\nSystem.out.println(\"Temperature :\"+status.getTemperature());\n```\n\n```\nSpa spa = new Spa(\"abc123\");\nspa.setLights(StateEnum.ON);\nspa.setBlower(2, StateEnum.ON);\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteverett%2Fkspa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteverett%2Fkspa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteverett%2Fkspa/lists"}