@@ -147,6 +147,10 @@ When getting an error similar to `OperationalError: (1040, 'Too many connections
mysql> SET GLOBAL max_connections = 1000;
+## Scripts
+
+For building custom scripts for managing objects like users or saved documents, check out the [Python API](/developer/api/#python).
## Database
See the dedicated [Database section](/administrator/administration/database/).
@@ -5,6 +5,8 @@ draft: false
weight: 5
---
+## REST
REST APIs are not all public yet but this is work in progress in [HUE-1450](https://issues.cloudera.org/browse/HUE-1450).
Hue is Ajax based and has a REST API used by the browser to communicate (e.g. submit a query or workflow,