gists property

GistsService get gists

Service for gist related methods of the GitHub API.

Implementation

GistsService get gists => _gists ??= GistsService(this);