From OpenHome

(Difference between revisions)
Jump to: navigation, search
Simonc (Talk | contribs)
(Created page with "Qobuz's [https://github.com/Qobuz/api-documentation developer API] is published on github. The Credentials service can be used to retrieve ...")
Newer edit →

Revision as of 17:16, 2 March 2015

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.