You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-5
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,30 @@ Lets you query, insert, and update data on a [LabKey Server](https://www.labkey.
9
9
10
10
The following APIs can be used against a LabKey Server instance.
11
11
12
-
Query API (labkey.query)
12
+
Query API - [sample code](samples/query_examples.py)
13
13
14
14
-**delete_rows()** - Delete records in a table.
15
15
-**execute_sql()** - Execute SQL (LabKey SQL dialect) through the query module.
16
16
-**insert_rows()** - Insert rows into a table.
17
17
-**select_rows()** - Query and get results sets.
18
18
-**update_rows()** - Update rows in a table.
19
19
20
-
Experiment API (labkey.experiment)
20
+
Domain API - [sample code](samples/domain_example.py)
21
+
22
+
-**create()** - Create many types of domains (e.g. lists, datsets).
23
+
-**drop()** - Delete a domain.
24
+
-**get()** - Get a domain design.
25
+
-**infer_fields()** - Infer fields for a domain design from a file.
26
+
-**save()** - Save changes to a domain design.
27
+
28
+
Experiment API - [sample code](samples/experiment_example.py)
21
29
22
30
-**load_batch()** - Retrieve assay data (batch level).
23
-
-**save_batch()** - Save assay data (batch level)
31
+
-**save_batch()** - Save assay data (batch level).
32
+
33
+
Security API - [sample code](samples/security_example.py)
24
34
25
-
Security API (labkey.security). Available for administrating and configuring user accounts and permissions.
35
+
- Available for administrating and configuring user accounts and permissions.
26
36
27
37
## Installation
28
38
To install, simply use `pip`:
@@ -93,7 +103,7 @@ Python 2.6+ and 3.4+ are fully supported.
93
103
LabKey Server v15.1 and later.
94
104
95
105
## Contributing
96
-
This package is maintained by [LabKey](http://www.labkey.com/). If you have any questions or need support, please use the [LabKey Server support forum](https://www.labkey.org/wiki/home/page.view?name=support).
106
+
This package is maintained by [LabKey](http://www.labkey.com/). If you have any questions or need support, please use the [LabKey Server developer support forum](https://www.labkey.org/home/Support/Developer%20Forum/project-begin.view?).
97
107
98
108
### Testing
99
109
If you are looking to contribute please run the tests before issuing a PR. For now you need to manually get the dependencies:
0 commit comments