jupyter:notebooks:biathlonresults
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| jupyter:notebooks:biathlonresults [2023/01/30 14:56] – angelegt rsi | jupyter:notebooks:biathlonresults [2023/01/30 15:02] (aktuell) – rsi | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== IBU Biathlon Results API Wrapper ====== | ||
| + | ==== Original API Wrapper ==== | ||
| + | https:// | ||
| - | [code] | + | ==== Wrapper Extensions ==== |
| + | |||
| + | api.py | ||
| + | <code> | ||
| + | ... | ||
| + | def startlist(race_id): | ||
| + | """ | ||
| + | Start list | ||
| + | :param race_id: race identifier, get it by calling competitions(event_id) | ||
| + | :return: list of races | ||
| + | :rtype: dict | ||
| + | """ | ||
| + | return _request(" | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | |||
| + | < | ||
| + | < | ||
| + | ... | ||
| + | from .api import ( | ||
| + | cups, | ||
| + | cup_results, | ||
| + | athletes, | ||
| + | cisbios, | ||
| + | all_results, | ||
| + | events, | ||
| + | competitions, | ||
| + | results, | ||
| + | startlist, | ||
| + | stats, | ||
| + | ) | ||
| + | |||
| + | __all__ = [ | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | ] | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | ==== Notebook ==== | ||
| + | < | ||
| { | { | ||
| " | " | ||
| Zeile 429: | Zeile 481: | ||
| " | " | ||
| } | } | ||
| - | [/code] | + | </code> |
jupyter/notebooks/biathlonresults.1675086982.txt.gz · Zuletzt geändert: von rsi
