Posting a Comments
URL
http://www.localhost.com:8080/en/api/comments/post.json
Postdata
- item_id (integer, required) - A value representing the Item Identification Number (ID)
- copy (string, required) - Comment text
Example Explore Gallery Usage
{
"comment":
{
"video_url" : "",
"date_created" : "May 25, 2016, 10:32 a.m.",
"date_formated" : "said now",
"copy" : "Here is a new comment for the api",
"user_image" : "/channels/img/867/logo/1/dim/50x50/crop/1/",
"user_name" : "Sasho",
"user_url" : "/en/person/867"
}
}