pk primary key, int keyName tinyText value tinyText timestamp timestamp
url: rest1128.php/v1/keys method: get returns the name of all keyNames from the table KeyValue json_in: none json_out: status: string "OK" or "FAIL" keys[] array of keyValues
get value for a key url: rest1128.php/v1/keys/:NAME method: get returns the value for the key with the given name from the table KeyValue json_in: none json_out:
status: string "OK" or "FAIL" value: string
add keyvalue url: rest1128.php/v1/keys method: post