Kirill Rodin

Results 5 comments of Kirill Rodin

Now code generates: ``` type XyzTypee int32 const ( XyzTypee0 XyzTypee = "0" XyzTypee1 XyzTypee = "1" XyzTypee2 XyzTypee = "2" XyzTypee3 XyzTypee = "3" ) ``` Expected ``` type...

> I've tried to keep the library backwards compatible which is why there are no setters/getters. But getter don't break backwards compatible. It's looks like new feature. It can be...

I have to do some custom request. My swift provider support bulk deletion only in post method. And I have been copying a lot of code (and got some potential...

Same thing. Is there any updates?