Github objects

class github.GithubObject.GithubObject

Base class for all classes representing objects returned by the API.

property requester

Return my Requester object.

For example, to make requests to API endpoints not yet supported by PyGitHub.

property raw_data
Type

dict

property raw_headers
Type

dict

property etag
Type

str

property last_modified
Type

str

property last_modified_datetime
Type

datetime

get__repr__(params: Dict[str, Any]) → str

Converts the object to a nicely printable string.