everyaction.services.ScoreUpdates¶
- class everyaction.services.ScoreUpdates(ea: EAClient)¶
Represents the Score Updates service.
Methods
get(update_id, /)list(*[, limit])See GET /scoreUpdates.
patch(update_id, /, **kwargs)- get(update_id: int, /) ScoreUpdate¶
See GET /scoreUpdates/{scoreUpdateId}.
- Parameters
update_id – The scoreUpdateId path parameter.
- Returns
The resulting
ScoreUpdateobject.
- list(*, limit: Optional[int] = None, **kwargs: EAValue) List[ScoreUpdate]¶
See GET /scoreUpdates.
- Parameters
limit – Maximum number of records to get for this request.
kwargs – The applicable query arguments and JSON data for the request.
- Returns
List of the resulting
ScoreUpdateobjects.- Keyword Arguments
createdAfter (created_after, after)
createdBefore (created_before, before)
scoreId (score_id, score)
- patch(update_id: int, /, **kwargs: EAValue) None¶
See PATCH /scoreUpdates/{scoreUpdateId}.
- Parameters
update_id – The scoreUpdateId path parameter.
kwargs – The applicable query arguments and JSON data for the request.
- Keyword Arguments
loadStatus (load_status, status)