Ver Fonte

HUE-8888 [docs] Adding link to Python API in the Operation section

Romain há 5 anos atrás
pai
commit
952cafb4d3

+ 4 - 0
docs/docs-site/content/administrator/administration/operations.md

@@ -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/).

+ 2 - 0
docs/docs-site/content/developer/api/_index.md

@@ -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,