speedruncomorg / api

REST API Documentation for speedrun.com
346 stars 36 forks source link

Pronouns missing from documentation #112

Open qixils opened 3 years ago

qixils commented 3 years ago

The recently-added pronouns have no corresponding field in the API

They had been added but remain undocumented.

DerKO9 commented 3 years ago

I agree, this should be added at some point

badBlackShark commented 3 years ago

The field exists now so I think the issue can be closed.

qixils commented 3 years ago

perhaps, though the field still isn't documented

badBlackShark commented 3 years ago

Fair enough yeah.

exodustx0 commented 3 years ago

User.pronouns is also poorly implemented. If pronouns are set, simple enough, it's a string containing He/Him, She/Her and/or They/Them, separated by commas if there's multiple (though why it isn't an array is beyond me). If pronouns are not set, it's null. If they were previously set but aren't anymore currently, it's "".