cURL
curl --request POST \ --url http://dolphinflashcards.com/api/search
[ { "200": 123, "streak": [ { "name": "Flashcard1", "id": "1" } ] } ]
Search for a flashcard by it’s title. The flashcard could be owned by any user
The name of the flashcard to search for
OK.
HTTP status code indicating a successful operation.
Specifies the user's calculated streak.
[{ "name": "Flashcard1", "id": "1" }]
Show child attributes