Skip to content

HistoireDeBabar/tyne-quiz-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz

Get
/quiz?id=id

Response

{
  "id": "test",
  "questions": [
    {
      "id": "a",
      "question": "Infamous Newcastle United number 9 and the English Premier Leagues all time top goal scorer",
      "answers": [
        {
          "id": "1",
          "questionId": "a",
          "correct": true,
          "answerCount": 2,
          "answer": "Alan Shearer"
        }
      ]
    }
  ]
}
Post
/answers

Request

{
    "id": "test",
    "answers": [
        {
            "questionId": "a",
            "id": "1"
        }
    ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published