Jakub Gwiazdowski

Results 3 issues of Jakub Gwiazdowski

Hi, I checked some tutorials and went through issues here on repo and what I see is that in `isTokenValidOrUndefined()` function every one basically do the same check, which is...

Hi, somehow I can't find a way to format time in different way, for example what I need is mmyy ( 0116 ) is there any way to achieve that?

Hi, can somebody please explain, what is the point of setAccessToken method on Configuration object? ``` $config = new Configuration(); $config->setAccessToken($api->getAccessToken()); ``` well, one could say "it obviously sets a...