ContentApi

class riotwatcher._apis.valorant.ContentApi(base_api: riotwatcher._apis.BaseApi.BaseApi)

This class wraps the Val-Content-v1 Api calls provided by the Riot API.

See https://developer.riotgames.com/apis#val-content-v1 for more detailed information

Initialize a new ContentApi which uses the provided base_api

Parameters:base_api (BaseApi) – the root API object to use for making all requests.
contents(region: str, locale: str = None)

Get content optionally filtered by locale

Returns:ContentDto