-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Hi, I'm having trouble with the Versio API. So, I want to try it with your code.
I'm not so familiar with namespaces and I'm getting an error:
Fatal error: Interface 'BekoDesign\versioAPI\Contracts\IClient' not found in C:\wamp64\www\versio-php-api-master\lib\BekoDesign\versioAPI\Client.php on line 27
I have just a simple test.php in the versio-php-api-master folder:
`<?php
require 'lib/BekoDesign/versioAPI/Client.php';
$client = new Client('myusername','mypassword');
$client->categories()->list();`
What am I doing wrong?
Reactions are currently unavailable