- New `tft-league-v1.getTopRatedLadder` endpoint. #24
- Updated optionals on `tft-league-v1.LeagueEntryDTO`. #25
- New `RANKED_TFT_TURBO` `QueueType`. #25
- Test for `tft-league-v1.getLeagueEntriesForSummoner` added. #25
- Fixed whitespace on `잘 못` doc test (werid).
New RiotApi.get_raw_response(...) method similar to existing
RiotApi.get(...) and RiotApi.get_optional(...), but does not parse the
result. Useful for proxies which just want to forward the content body.
Also adds tests to JP of failure cases.