patchBay

[object Object] vs openHAB REST API

Both are solid Development APIs. Choose based on your specific requirements.

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
AuthenticationNoOAuth
HTTPSNoNo
CORSUnknownUnknown

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.