Using Visual Studio 2019, I install the kucoin php api through composer but when running a simple server time test, I cant get it to recognize the library. Keep getting 'Uncaught Error: Class 'KuCoin\SDK\PublicApi\Time' not found in C...
Steps:
New Visual Studio php project
Install kucoin\kucoin-php-sdk using composer...ver 1.1.21 installs fine
Run simple time test
`<?php
use KuCoin\SDK\PublicApi\Time;
$api = new Time();
$timestamp = $api->timestamp();
var_dump($timestamp);`
Run and get 'Uncaught Error: Class 'KuCoin\SDK\PublicApi\Time' not found in C...
When I change views and drill down, the time folder is there but the folder hierarchy is different. Are we supposed to manually change that for each file?
Using Visual Studio 2019, I install the kucoin php api through composer but when running a simple server time test, I cant get it to recognize the library. Keep getting 'Uncaught Error: Class 'KuCoin\SDK\PublicApi\Time' not found in C...
Steps:
New Visual Studio php project
Install kucoin\kucoin-php-sdk using composer...ver 1.1.21 installs fine
Run simple time test
Run and get 'Uncaught Error: Class 'KuCoin\SDK\PublicApi\Time' not found in C...
When I change views and drill down, the time folder is there but the folder hierarchy is different. Are we supposed to manually change that for each file?