Labii ELN & LIMS
Home
Free Signup
Free Demo
Contact Us
Search…
Introduction
Quick Start
ELN & LIMS
Add Record
Dashboard
Notifications
List View
Detail View
Search
Settings
Accounts
Support
Widgets
Summary
Variables
Column Widgets
Office
Productivity
Regulation
Biology
Chemistry
Reference Manager
Report
Combination
API
Overview
Methods
SDK
API Client (python)
API Client (javascript)
SDK (python)
Examples
Applications
Electronic Lab Notebook
Inventory Manager
Document Management
Track sample consumption
Project Manager
Reference Manager
Support
FAQ
API
Powered By
GitBook
SDK
Software development kit
Overview
An SDK for the
Labii ELN & LIMS platform
that provides interaction with the
Labii API
.
Python
The
labii-sdk
is available at Python PIP. This package contains two modules,
api_client
, and
sdk
.
Python API clients help you perform Labii API calls, such as authentication, get, patch, post, and delete.
SDK is the toolkit with prebuilt Labii components that developers use to interact with Labii APIs.
Install
1
pip install labii-sdk
Copied!
Usage
1
# 1. Install the Labii SDK
2
pip install labii
-
sdk
3
​
4
py
# 2. Import the package
5
from
labii_sdk
.
sdk
import
LabiiObject
6
​
7
# 3. Initial the API object
8
labii
=
LabiiObject
()
9
​
10
# 4. Start querying
11
labii
.
api
.
login
()
12
# get a list of tables
13
labii
.
Tables
.
list
()
de
Copied!
Documentation
​
API Client documentation
​
​
SDK documentation
​
Javascript
coming soon...
Previous
Widget
Next
API Client (python)
Last modified
2mo ago
Copy link
Contents
Overview
Python
Install
Usage
Documentation
Javascript