Official libraries
Python quickstart
Use the official Python client
The official cfbd package provides generated Python clients and models for
working with the API.
Install the package
Code
Set your key outside source code:
Code
Retrieve games
This example retrieves the same Michigan games as GET /games?year=2023&team=Michigan:
Code
The client returns a list of generated game model objects. Handle
ApiException according to your application's logging and retry policy.
See the official source repository and the package on PyPI for the complete generated client reference and current package information.
Last modified on

