I hereby claim:
- I am koike on github.
- I am koike (https://keybase.io/koike) on keybase.
- I have a public key whose fingerprint is 135D F137 334B 3063 FB87 618F 2A1A 9FFC E2C3 0EF8
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
require_once 'vendor/autoload.php'; | |
use GuzzleHttp\Client; | |
class Gist | |
{ | |
public static function create(string $description, bool $public, array $files) | |
{ |