[object Object] vs openHAB REST API
Both are solid Development APIs. Choose based on your specific requirements.
[object Object]
[object Object]
openHAB REST API
API discovered from openhab/openhab-webui
[object Object]
- Requires No authentication
- No HTTPS support
openHAB REST API
- Requires OAuth setup
- No HTTPS support
| Feature | [object Object] | openHAB REST API |
|---|---|---|
| Authentication | No | OAuth |
| HTTPS | No | No |
| CORS | Unknown | Unknown |
When to use which?
Both [object Object] and openHAB REST API offer similar capabilities as Development APIs. Review their documentation to find the best fit for your specific use case.