Skip to the content.

Begin Training - Requests


Let's Start with our Collections.You can understand request as per the word says that you are requesting data from the server.

This Particular Request will teach you how to setup a variable

GET REQUEST

GET /matches
GET /matches?status=pending

POST Request

POST /match
variable : email_key
initial_value : rohank2502@gmail.com
{
  "match": "Cup Final",
  "when": "",
  "against": "Academical"
}

PUT REQUEST

PUT /match
PUT /match?match_id=LwDlF-mHt
{
    "points":3
}

DELETE REQUEST

DELETE /match/:match_id
/:match_id