API Root

class soccermetrics.rest.resources.service_root.Root(base_uri, auth)[source]

Represents the service root of the REST API (/ endpoint).

The Service Root is the central resource of the Soccermetrics API. From this point the user can access all of the publicly- available resources.

Derived from base.Resource.