module Stars::API
Extended Modules
Defined in:
api.crapi_structs.cr
Instance Method Summary
- #auth_token(username : String) : String
- #create_package(username : String, password : String, packageName : String, repository : String, authenticationToken : String) : Crest::Response
- #create_user(name : String, email : String, password : String) : Crest::Response
- #fetch_package(author : String, name : String) : Package
- #fetch_user(username : String, expose_password = false) : Author
- #package_exists?(author : String, name : String) : Bool
- #up? : Bool
- #user_authorized?(username : String, password : String) : Bool
- #user_exists?(username : String) : Bool
Instance Method Detail
def create_package(username : String, password : String, packageName : String, repository : String, authenticationToken : String) : Crest::Response
#