Skip to content

Interface not found and bug in testing API #7

@msimo65

Description

@msimo65

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions