Class: Matches

Matches options

new Matches(options)

Constructor function for the class to query Matches endpoints
    index	GET	tournaments/:tournament/matches
    show     GET	tournaments/:tournament/matches/:match_id
    update	PUT	tournaments/:tournament/matches/:match_id
  
Parameters:
Name Type Description
options object configuration options for this instance
Source: