Posts and Reviews
Posts and reviews API allows to support social functions in your App, like writing reviews for recipes , add Posts (with different types attached content), leave replies.
General information
Reviews and Posts entities
Review object
{
"recipe_with_rating": {
"text": "string"
"recipe_id": "string",
"rating": {
"liked": true
},
"tags": [
"string"
]
},
"image": {
"url": "string",
"width": 0,
"height": 0,
"selection": {
"x": 0,
"y": 0,
"width": 0,
"height": 0
}
}
}Attribute
Type
Description
Post object
Attribute
Type
Description
Reply object
Attribute
Type
Description
Last updated
Was this helpful?