class Lavin::Httpclient::User

Defined in:

endpoint/user.cr

Constant Summary

ENDPOINT = "/api/users"

Constructors

Class Method Summary

Instance Method Summary

Constructor methods inherited from class Lavin::Httpclient::Model

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.all #

[View source]
def self.create_or_update(name : String, tags : Array(Tags)) #

[View source]
def self.create_or_update(name : String, password : String) #

[View source]
def self.delete(name : String) #

[View source]
def self.get_by_name(name) #

[View source]

Instance Method Detail

def hashing_algorithm : String #

[View source]
def hashing_algorithm=(hashing_algorithm : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def password_hash : String #

[View source]
def password_hash=(password_hash : String) #

[View source]
def tags : String #

[View source]
def tags=(tags : String) #

[View source]