You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
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.
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:
Am I missing something?
I'm trying to get the library to use V4 without upgrading to PHP 7.1.
Thank you!