Wom services
Services are important to understand when using wom.py
.
Each service is related to a particular area of the WOM API, and makes requests to those endpoints.
Available services
CompetitionService
for requests related to competitions.DeltaService
for requests related to deltas.EfficiencyService
for requests related to efficiency.GroupService
for requests related to groups.NameChangeService
for requests related to name changes.PlayerService
for requests related to players.RecordService
for requests related to records.
Usage
Each of these services are available to you as properties on the Client
.
You should not personally be creating instances of these services, but instead use the client to make requests using the services.