JGithubGists::create
Method to create a gist.
Signature
public function create(mixed
$files,
[boolean
$public = false,
[string
$description = null]] )
Parameters
-
$files
- Either an array of file paths or a single file path as a string.
-
$public
- True if the gist should be public.
-
$description
- The optional description of the gist.