Closed ebisuG closed 2 months ago
@joaoAraki27 The sample data to return
{
"data": [
{
"content_id": 4,
"japanese_slang": "ぶっちゃけて言うと、... (ぶっちゃけていうと、...)",
"english_slang": "To be honest,",
"formal_version": "正直に言うと、... (しょうじきにいうと、...)",
"description": "This slang is used to say 'to be honest' or 'to speak frankly.' It’s the same as the polite version."
}, ......
]
}
Is your feature request related to a problem? Please describe. For flash card page, we don't have any endpoint to get the list of data.
Describe the solution you'd like Make an endpoint to get the list of content. The endpoint takes in user id and limit to show. It returns only the contents user have already learned.