Skip to contents

The function `copycat_gists.create()` creates GitHub Gists.

Usage

copycat_gists.create(name, code)

Arguments

name

The name of the Gist file.

code

String with the code of the Gist.

Value

Message if successful.