class Lavin::Httpclient::Permission
- Lavin::Httpclient::Permission
- Lavin::Httpclient::Model
- Reference
- Object
Defined in:
endpoint/permission.crConstant Summary
-
ENDPOINT =
"/api/permissions"
Constructors
Class Method Summary
- .all
- .create_or_update(user : String, vhost : String, configure : String, read : String, write : String)
- .delete(user : String, vhost : String)
- .get(user : String, vhost : String)
Constructor methods inherited from class Lavin::Httpclient::Model
new(pull : JSON::PullParser)
new
Constructor Detail
Class Method Detail
def self.create_or_update(user : String, vhost : String, configure : String, read : String, write : String)
#