This class deals with the CLI config parameters stored on the API server
4 5 6 7
# File 'lib/gleis/params.rb', line 4 def self.get_cli_parameters(token) body = API.request('get', 'params', token) body['data'] end