struct CrystaLXD::Client::Information

Included Modules

Defined in:

client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def api_extensions : Array(String) #

List of API extensions added after the API was marked stable.


[View source]
def api_status : APIStatus #

[View source]
def api_version : String #

The API version as a string.


[View source]
def auth : String #

Authentication state, one of "guest", "untrusted" or "trusted".


[View source]
def auth_methods : Array(String) #

[View source]
def config : Config #

Host configuration


[View source]
def environment : Environment #

[View source]
def public : Bool #

Whether the server should be treated as a public (read-only) remote by the client


[View source]