Please Login to enable creation of datastores which is a quick and easy way to store and plot data simple POST requests.
An example is resp = requests.post(url,
json={'a': 'SomeValue', 'time': 'Time_either_unix_seconds_or_datetime_OSI8601'},
headers={'Authorization': 'TOK:SECRET_API_TOKEN'}).text
Which would send up SomeValue to the datastore at url.