fastai / ghapi

A delightful and complete interface to GitHub's amazing API
https://ghapi.fast.ai/
Apache License 2.0
526 stars 57 forks source link

Self documenting api object does not work as described in docs #160

Closed TaylorEllington closed 1 year ago

TaylorEllington commented 1 year ago

In the documentation there is a section that reads:

Every part of the API includes documentation directly in the api object itself. For instance, here’s how to explore the groups of functionality provided by the API by displaying the object:

> api

followed by a long bulleted list of api targets. however this code sample seems to be inaccurate. as running the code in interactive mode results in

>>>api <class 'ghapi.core.GhApi'>

This occurred on python 3.10, running on Windows

jph00 commented 1 year ago

This functionality requires Jupyter Notebook.