pyclickup icon indicating copy to clipboard operation
pyclickup copied to clipboard

WIP: Switch to API v2

Open atodorov opened this issue 2 years ago • 2 comments

Not sure how it all works ATM but decided to give it a try anyway and see what breaks.

atodorov avatar Sep 20 '22 19:09 atodorov

@jpetrucciani can you approve the CI workflows so we can see what breaks here ?

atodorov avatar Oct 18 '22 09:10 atodorov

I can approve + run them, but this will not work the way you might be thinking - that Apiary link is one pulled from the v1 docs, and only supports the v1 methods (There's likely a different v2 Apiary endpoint you could probably find, but this will just 404 with the change you've made) - and this library was written long before v2 of the api existed, so the CI workflow output will likely not be helpful in anyway. You'd likely have better results pulling this locally and playing with it to see if you can get it to talk to a new Apiary mock, or your live Clickup endpoints with v2 - but none of the objects here will have any of v2's apis or schema in mind in their current state

jpetrucciani avatar Oct 18 '22 13:10 jpetrucciani