From 1503de4a313c30cacc912b9eb0a55c5422f8e849 Mon Sep 17 00:00:00 2001 From: Miha Petkovsek Date: Wed, 22 Jun 2016 10:51:47 +0200 Subject: Working php API client with example --- php-client/api-config.dist.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 php-client/api-config.dist.php (limited to 'php-client/api-config.dist.php') diff --git a/php-client/api-config.dist.php b/php-client/api-config.dist.php new file mode 100644 index 0000000..494ef87 --- /dev/null +++ b/php-client/api-config.dist.php @@ -0,0 +1,23 @@ + dont save, check each time +# filename => will save token to filename provided +$token_file = "token.txt"; + +# set result format json/object/array/xml +$result_format = "json"; + +?> \ No newline at end of file -- cgit v1.2.3