class GitLab::Users

Defined in:

gitlab/users.cr

Constructors

Instance methods inherited from class GitLab::Collection(GitLab::User)

next next

Constructor methods inherited from class GitLab::Collection(GitLab::User)

new(current : Array(T), next __arg1 : URI | Nil) new

Class methods inherited from class GitLab::Collection(GitLab::User)

from(resp) from, next(links : String | Nil) next

Instance methods inherited from class GitLab

api : URI api, api=(api : URI) api=, encoded_path : String encoded_path, encoded_path=(encoded_path : String) encoded_path=, get(path : String, & : HTTP::Client::Response -> )
get(path : String)
get(uri : URI)
get
, group(id : String)
group(id : Int128)
group
group
, home : Path home, home=(home : Path) home=, markdown(text : String, gfm : Bool = true, project : UInt128 | String | Nil = nil) markdown, namespace(id : String)
namespace(id : Int128)
namespace
namespace
, post(path : String, data : NamedTuple) post, project(id : String)
project(id : Int128)
project
project
, token : String token, token=(token : String) token=, user(id) : User
user
user
, user_preferences user_preferences, user_status user_status, users users, version version, workpath : Path workpath, workpath=(workpath : Path) workpath=

Constructor Detail

def self.new(current : Array(T), next __arg1 : URI | Nil) #

[View source]