POST,GET
https://api.publishme.se/1/webview/feedback
- Description
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
POST,GET
https://api.publishme.se/1/webview/help
- Description
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
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
POST,GET
https://api.publishme.se/1/webview/blogs/<blogid>/settings
- Description