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
CompetitionServicefor requests related to competitions.DeltaServicefor requests related to deltas.EfficiencyServicefor requests related to efficiency.GroupServicefor requests related to groups.NameChangeServicefor requests related to name changes.PlayerServicefor requests related to players.RecordServicefor 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.