API Libraries¶
We currently offer libraries for fetching data from the API in the following languages.
Python SDK¶
Download the latest version of the Python SDK from here.
To use it, extract the contents of the archive and install it using pip:
mkdir surfmeter-export-api
cd surfmeter-export-api
wget https://storage.googleapis.com/aveq-storage/software/surfmeter-export-api/surfmeter-export-api-latest.tar.gz
tar -xzf surfmeter-export-api-latest.tar.gz
pip install .
Please make sure to check the README.md
file in the download for more information. You will also find examples of how to use the library there.