struct MangaDex::User

Included Modules

Defined in:

mangadex/user.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def client : Client | Nil #

def client! #

[View source]
def client=(client : Client | Nil) #

def followed_updates(*, page : Int32 = 1) : Updates #

[View source]
def id : Int64 #

[View source]
def read_chapters(ids : Array(Int64)) #

[View source]
def unread_chapters(ids : Array(Int64)) #

[View source]
def username : String #

[View source]