Top Level Namespace

Defined in:

Constant Summary

API_PATH = Path["~/.palm-cli/api.json"].expand(home: true)

create API configuration file

CONFIG_PATH = Path["~/.palm-cli/config.json"].expand(home: true)

create configuration file

DIRECTORY_PATH = Path["~/.palm-cli"].expand(home: true)

create program file directory

HISTORY_PATH = Path["~/.palm-cli/history.json"].expand(home: true)

create history file

VERSION = "v0.0.1"

Method Summary

Method Detail

def get_response(response) #

[View source]
def read_api(path) #

[View source]
def read_config(path) #

[View source]
def read_history(path) #

[View source]
def terminate(reason) #

[View source]