This repository can be cloned to follow the API workshop proposed by Deltablot.
- Getting started: https://doc.elabftw.net/api.html
- Api specification documentation: https://doc.elabftw.net/api/v2/
- Python library repository: https://github.com/elabftw/elabapi-python
- HTML documentation: https://doc.elabftw.net/api/elabapi-html/
Note: the commands below assume a GNU/Linux or MacOS operating system. If you are using Windows, it is recommended to ditch it use WSL.
# Clone the repository on your computer
git clone [email protected]:elabftw/elabftw-api-workshop
# get into the folder
cd elabftw-api-workshop
# steps below are not required to execute curl.sh script
# create a python virtual environment
python -m venv venv
# activate the environment
source venv/bin/activate