--- title: Full GitHub API reference keywords: fastai sidebar: home_sidebar summary: "All operations available through the GitHub API" description: "All operations available through the GitHub API" nb_path: "50_fullapi.ipynb" ---
By calling the full_docs
method, we can get the name, documentation link, parameters, and summary for every endpoint in the GitHub API. Here is the full reference:
Markdown(GhApi().full_docs())