Olle Kelderman

Results 63 comments of Olle Kelderman

i would love this for my coffeescript/icedcoffeescript projects

fwiw I convert my dates in javascript (nodejs) like this: ```js // something somewhere out of the API, a "mysql datetime string" var apiDateStr = '2018-09-27 03:30:18'; // manually changing...

all dates across all endpoints everywhere? Shall I edit the docs then to change all mentions of +8 to UTC? also guess #52 can be closed then as well right?

ive walked through all the endpoints and looked at every place a date is used, from what I can see every date I come across (including get_user_recent what this issue...

@peppy I asume the `since` param in get_beatmaps is UTC as well now right?

we're currently in the process of rewriting circle-people.com. On the skins page (https://circle-people.com/skins/) theres a bunch of people listed. Right now this is all manual work. If someone renames themselves...

I actually have not. I havent really looked into how to use that if im honest. I'm assuming with the osu-web api you mean the /api/v2/* endpoints, the one used...

ok, little update: I just now actually tried the v2 api and saw `api/v2/users/:user_id` indeed does return an array of prev usernames. So I guess I can use that. Except...

> that it seems like it's not possible to autorize for api v2 yet It is totally possible tho, read up about laravel pasport oauth2 and look into lazer sourecode...

@grumd see my comments on #227 tldr you're suppose to create a "personal access token" but I couldnt get that to work, so I used the oauth client (which you...