Skip to content
Snippets Groups Projects

Labkey api

Merged BIOPZ-Börsch Anastasiya requested to merge labkey_api into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
In order to connect to the LabKey through API, you will first need to create a file `.netrc` in your home directory:
> **NOTE**: Include this info in the main doc in the root directory once available
In order to connect to the LabKey through API, you will first need to create a file `.netrc` in your
home directory:
```bash
touch ${HOME}/.netrc
Loading