Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

V2 of the library is using Wrike API V3 instead of V4 #7

Description

@dan-dima

In the docs it says that the major version V2 is using Wrike API V4, but after looking at the AbstractApi class in the v2.x branch I noticed that Wrike API V3 is still used:

abstract class AbstractApi implements ApiInterface
{
    const BASE_URI = 'https://www.wrike.com/api/v3/';

Am I missing something?
I'm trying to get the library to use V4 without upgrading to PHP 7.1.

Thank you!

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions