Sinan TAVILOGLU

Results 4 issues of Sinan TAVILOGLU

My application starts with xml based localization files as default, if any tenant changes a localized text than it is written to the database with the tenantId. So my database...

enhancement
priority:normal

- Issue #74 e çözüm önerisi getirmeye çalıştım. - ToStringRequestBuilder'a string interpolation ve List kullanarak refactor etmeye çalıştım. - Async metodlar için testler ekledim.

Mevcut versiyondaki RestHttpClient objesi her request için yeniden bir HttpClient yaratıyor. ```c# public T Post(String url, WebHeaderCollection headers, BaseRequest request) { HttpClient httpClient = new HttpClient(); foreach (String key in...

Add class **FolderDescriptionChangedEvent.cs** [Taviloglu.Wrike.Core.WebHooks](https://github.com/staviloglu/Taviloglu.Wrike.ApiClient/tree/master/Taviloglu.Wrike.Core/Webhooks) Add event type "**FolderDescriptionChanged**" to [Taviloglu.Wrike.Core.WebHooks.WrikeWebhookEventType](https://github.com/staviloglu/Taviloglu.Wrike.ApiClient/blob/master/Taviloglu.Wrike.Core/Webhooks/WrikeWebhookEventType.cs) enum and handle it in [Taviloglu.Wrike.WebHook.WrikeWebHookControllerBase ](https://github.com/staviloglu/Taviloglu.Wrike.ApiClient/blob/master/Taviloglu.Wrike.WebHook/Controllers/WrikeWebHookControllerBase.cs) Sample post req. body: ``` [ { "folderId": "IEACGXLUI4LYSCZY", "webhookId": "IEACGXLUJAAAE4GX", "eventAuthorId": "KUAERP25",...

good first issue