Decorators

This part of the documentation covers the decorators module which contains all of the decorators used in github3.py.

Warning

These decorators are only to be used internally in development of this library.

Decorator Functions

github3.decorators.requires_auth(x)
github3.decorators.requires_basic_auth(x)
github3.decorators.requires_app_credentials(func)

Require client_id and client_secret to be associated.

This is used to note and enforce which methods require a client_id and client_secret to be used.