class Gitlab::API
- Gitlab::API
- Reference
- Object
Defined in:
lib/gitlab/api.crConstructors
Instance Method Summary
- #client
- #client=(client : Nil | Crest::Resource)
- #get_file(project_id : Int32, file_path : String)
- #group(id : Int32)
- #logging : Bool
- #logging=(logging : Bool)
- #make_request(url : String, params = {} of String => String)
- #project(user : String, project : String)
- #project(id : Int32)
- #project(full_name : String)
- #project_languages(project_id : Int32) : Hash(String, Float64)
- #project_releases(project_id : Int32)
-
#projects(page = 1, items = [] of Gitlab::Project, per_page = 100) : Gitlab::Projects
Recursive get Crystal projects
- #recently_updated(per_page = 10)
- #user(id : Int32)
Constructor Detail
Instance Method Detail
Recursive get Crystal projects