Skip to content
This repository has been 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

Open
dan-dima opened this issue Mar 20, 2019 · 1 comment
Open

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

dan-dima opened this issue Mar 20, 2019 · 1 comment
Assignees

Comments

@dan-dima
Copy link

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!

@dan-dima dan-dima changed the title V2 of the library is using Wrike API V3 V2 of the library is using Wrike API V3 instead of V4 Mar 20, 2019
@zibios zibios self-assigned this Mar 21, 2019
@jacobmc
Copy link

jacobmc commented Mar 27, 2021

I realize it's been a year since this issue was created. I'm experiencing the same issue and Wrike has now shutdown v3 of the API. Is this still being worked on and maintained? Is there a fix apart from manually editing the BASE_URI constant?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants