Esto::Client
Inherits Reference < Object
Constructors
Instance methods
artists(name : String | Nil = nil, limit : Int32 | Nil = 100, order : String | Symbol = :name, page : Int32 = 1)
Sourceblip(id : Int32)
Sourceblips(name : String | Nil = nil, body : String | Nil = nil, page : Int32 = 1, limit : Int32 = 100, status : String | Symbol = :any, response_to : Int32 | Nil = nil)
Sourcecheck_post_md5(md5 : String)
Sourcecomment(id : Int32)
Sourcecomments(post_id : Int32 | Nil = nil, page : Int32 = 1, status : String | Nil | Symbol | Nil = nil)
Sourcedelete(path, *, params = nil, form = nil)
Sourceget(path, *, params = nil, form = nil)
Sourcepatch(path, *, params = nil, form = nil)
Sourcepopular_posts(by)
Sourcepost(id : Int32 | String)
Sourcepost(path, *, params = nil, form = nil)
Sourcepost_tags(id : Int32 | String)
Sourceposts(limit : Int32 = 320, before_id : Int32 | Nil = nil, page : Int32 | Nil = nil, tags : Array(String) | Nil = nil)
Sourceput(path, *, params = nil, form = nil)
Sourcerequest(method, path, *, params = nil, form = nil)
Sourcesearch_comments(query : String, results : String | Symbol = :fuzzy, date_start : Time | Nil = nil, date_end : Time | Nil = nil, order : String | Symbol = :date, post_id : Int32 | Nil = nil, page : Int32 = 1, user : String | Nil = nil, user_id : Int32 | Nil = nil, status : String | Symbol = :any)
Sourcetag(id : Int32)
Sourcetag_aliases(page : Int32 = 1, order : String | Symbol = :aliasedtag, query : String | Nil = nil, user : String | Nil = nil, approved : String | Nil | Symbol | Nil | Bool | Nil = nil, forum_post : String | Nil | Symbol | Nil | Bool | Nil = nil)
Sourcetag_implications(page : Int32 = 1, order : String | Symbol = :aliasedtag, query : String | Nil = nil, user : String | Nil = nil, approved : String | Nil | Symbol | Nil | Bool | Nil = nil, forum_post : String | Nil | Symbol | Nil | Bool | Nil = nil)
Sourcetags(limit : Int32 = 500, page : Int32 = 1, order : String | Symbol = :date, after_id : Int32 = 0, show_empty_tags : Bool = false, name : String | Nil = nil, name_pattern : String | Nil = nil)
Source