From 808d5578a5714050202ec7573000c4b646b996ff Mon Sep 17 00:00:00 2001 From: Luca Suriano Date: Tue, 13 Feb 2018 09:43:15 +0100 Subject: [PATCH 1/2] Changed return type Return type of the prepare_header method is an array, not json :) --- Bitfinex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bitfinex.php b/Bitfinex.php index c876a03..f0721fd 100644 --- a/Bitfinex.php +++ b/Bitfinex.php @@ -974,7 +974,7 @@ private function endpoint($method, $params = NULL) { * Add data to header for authentication purpose * * @param array $data - * @return json + * @return array */ private function prepare_header($data) { From 782f5ade785b52fbf7d66d96e79287bb6e85e61e Mon Sep 17 00:00:00 2001 From: Luca Suriano Date: Thu, 15 Feb 2018 12:20:57 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index 643db70..8b13789 100644 --- a/README.md +++ b/README.md @@ -1,18 +1 @@ -# bitfinex-api-php -Bitfinex PHP API - Access all features of https://www.bitfinex.com trading platform -Get API keys from https://www.bitfinex.com/account/api - -## Usage Example - get_symbols()); - ?> - -## Support me -Bitcoin donations are welcome at [1x1UnfVJu7cprs3E2jjQ9WRcdDi5KJxAU](https://blockchain.info/address/1x1UnfVJu7cprs3E2jjQ9WRcdDi5KJxAU). Thank you!