class Courbe::Misc

Defined in:

api/misc.cr

Class Method Summary

Class Method Detail

def self.email_address_available(instance_url : String, emailAddress : String) #

Check if an email address is available for registration. The emailAddress parameter should be a string like [email protected].


[View source]
def self.username_available(instance_url : String, username : String) #

Check if a username is available for registration. The username parameter should be a string like myuser.


[View source]