You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the check_pomelo_username function uses auth which made me have to implement an authless version myself, would be nice if there was a function in the library to do that for me.
The Ideal Solution
something like my solution, but with error checking?
my code checks for 429s and if it says anything other than {taken:True/False} but because its unauthed, you should probably check if it is a valid name before sending the http request
Summary
allow for authless pomelo name checking
What is the feature request for?
The core library
The Problem
the check_pomelo_username function uses auth which made me have to implement an authless version myself, would be nice if there was a function in the library to do that for me.
The Ideal Solution
something like my solution, but with error checking?
my code checks for 429s and if it says anything other than
{taken:True/False}
but because its unauthed, you should probably check if it is a valid name before sending the http requestThe Current Solution
this method is the same method used on the create account page
Additional Context
srry im bad at following gh issue templates
The text was updated successfully, but these errors were encountered: