Webview feedback

POST,GET https://api.publishme.se/1/webview/feedback

Description
Webview favblogs

GET https://api.publishme.se/1/webview/favblogs

Description
Display favourite blogs webview for authenticated account.

GET PARAMETERS
access_token String, the user authentication token. required
Webview help

POST,GET https://api.publishme.se/1/webview/help

Description
Webview removefavblog

POST https://api.publishme.se/1/webview/favblogs/remove/<blog_id>

Description
Remove a blog from favourite blogs for authenticated account.

URL PARAMETERS
blog_id ID of blog desired, in hex format. required
protocol Append "json" to URL to return JSON optional

GET PARAMETERS
access_token String, the user authentication token. required

RETURNS
{success: Boolean} if protocol is set to JSON, else OK as string
Webview addfavblog

POST https://api.publishme.se/1/webview/favblogs/add/<blog_id>

Description
Add a blog to favourite blogs for authenticated account.

URL PARAMETERS
blog_id ID of blog desired, in hex format. required
protocol Append "json" to URL to return JSON optional

GET PARAMETERS
access_token String, the user authentication token. required

RETURNS
{success: Boolean} if protocol is set to JSON, else OK as string
Webview settings

POST,GET https://api.publishme.se/1/webview/blogs/<blogid>/settings

Description