.NET Client for Wrike API
Mostrato in altoHi, I am writing this post to announce my .NET client for Wrike API and Webhook library.
GitHub: https://github.com/staviloglu/Taviloglu.Wrike.ApiClient
Wrike API .NET Client Library
Wrike Webhooks Library
Wrike API Client Extensions
It's awesome! 👍
@Oleg you are absolutely right. There was a problem with the isDeleted parameter, I have released a new version (Taviloglu.Wrike.ApiClient.0.85.0-alpha) It was because of a wrong condition to check whether to add isDeleted parameter to the request or not.
Keep in mind that isDeleted parameter is not supported if you are using folderId parameter.
https://developers.wrike.com/documentation/api/methods/get-folder-tree
It's great and it makes integration much easier. Any ETA for supporting Wrike API V4?
@Jun Zhang I'm working on adapting the client for the Wrike API V4 right now, I can't share an exact time but it will be very soon :)
I've updated the libraries but not published to NuGet yet still testing, previous client users may try the latest version and if find any problems please create an issue on GitHub
Also implemented oAuth integration methods
- WrikeClient.GetAuthorizationUrl
- WrikeClient.GetAccesToken
- WrikeClient.RefreshToken
Hi guys, I just wanted to point you to this post which is relevant here.
[From Wrike] Wrike API v4 is now available 🔥
Our team is happy to help with any questions you have there 👍
Hi Sinan,
Any plan to add the support for approval?
https://developers.wrike.com/api/v4/approvals/
Hi Jun Zhang,
I don't think that I'll find time to support "approvals" but will happily merge a pull request if you would like to contribute.
This is great.
Is there any support for the v4/custom_item_types part of the api?
I want to be able to create items with a specific custom item type.
Thanks.