Overview
The cover theme determines which of the pre-determined book cover styles (for example blue themed vs. pink themed) will be chosen.
URL
POST
http://api.sharedbook.com/v0.6/bookcreate/setCoverTheme
User Authentication
Standard signature required
Request Parameters (Required)
- apiKey: The API developer's API key
- bmsId: unique ID string generated when BMS is created (by bmscreate/init)
- sessionToken: received from the auth/getSessionToken method on login
- coverTheme: The string identifying the chosen cover theme. These strings will be agreed upon by SharedBook and the client.
- signature: a signature of the other parameters. Signatures are created using your secret word and the other arguments listed in alphabetical order (name then value).
Response Formats
<bookcreate.setCoverTheme status="ok" />
Error Codes
General Error Codes
Example
(See the Method Syntax page for details.) |