pub async fn gists_slash_create(
configuration: &Configuration,
gists_create_request: GistsCreateRequest,
) -> Result<GistSimple, Error<GistsSlashCreateError>>
Expand description
Allows you to add a new gist with one or more files. Note: Don’t name your files "gistfile" with a numerical suffix. This is the format of the automatic naming scheme that Gist uses internally.