https://github.com/mungell/snugzonephp
https://github.com/mungell/snugzonephp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mungell/snugzonephp
- Owner: MunGell
- Created: 2017-04-30T23:09:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T23:10:34.000Z (about 8 years ago)
- Last Synced: 2025-01-17T01:30:35.145Z (5 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snugzone API Client
Snugzone is a small heating company based in Dublin.
It has a mobile application and a website to top-up and control your heating account.
This API wrapper allows you to login and use some basic functionality of their API.## Available methods
* `login(email, username, token)`
* `getInformation()`
* `getStatistics()`
* `getRemoteControl()`
* `setRemoteControl()`## Token
Token for your account is SHA1 hash of your account password.
## License
MIT