pub type ListAllGistsBuilder<'octo> = ListGistsBuilder<'octo, AllOrByAuth>;
Expand description

Handles query data for the GET /gists endpoint.

This endpoint has differing behaviour depending on the status of authentication.

Aliased Type§

struct ListAllGistsBuilder<'octo> { /* private fields */ }