Body
application/json
Identifies the user who wants to retrieve their flashcards.
Example:
"user1"
Response
OK. Returns the string: "User has no flashcards"
when supplied an invalid userID.
Get all the flashcards created by a user.
Identifies the user who wants to retrieve their flashcards.
"user1"
OK. Returns the string: "User has no flashcards"
when supplied an invalid userID.