From OpenHome

Revision as of 17:16, 2 March 2015 by Simonc (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Qobuz's developer API is published on github. The Credentials service can be used to retrieve the following information:

  • The Ids state variable includes qobuz.com if Qobuz is supported.
  • Data from Get contains the app_id used by many Qobuz API calls.
  • Status from Get is blank if Username and Password are both either blank or set and valid. If Status is not blank, it contains either json returned from a Qobuz API or an error string.
  • The token returned from Login and ReLogin is a Qobuz user_auth_token.

Some Qobuz APIs require an app_secret argument. These APIs should not need to be called from control points.