From c91ff61cdfa8b5eb76783927e5b8710f2a9f2601 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 4 Nov 2014 21:40:45 -0500 Subject: Update scrutinizer config --- scripts/api-client.php | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 scripts/api-client.php (limited to 'scripts/api-client.php') diff --git a/scripts/api-client.php b/scripts/api-client.php deleted file mode 100755 index 0fb45117..00000000 --- a/scripts/api-client.php +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env php - '.PHP_EOL); -} - -$client = new JsonRPC\Client($argv[1], 5, true); -$client->authentication('jsonrpc', $argv[2]); - - -$client->createProject('Test API'); - - -$r = $client->getAllProjects(); - -var_dump($r); - -- cgit v1.2.3