summaryrefslogtreecommitdiffstats
path: root/docs/api.rst
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-03-16 17:42:09 +0100
committernicolargo <nicolashennion@gmail.com>2016-03-16 17:42:09 +0100
commitadb900d4b02da07006fdcc9ecb3266b93018521f (patch)
treef1da58b5dde6692affbb781d025556efc6e7f1a5 /docs/api.rst
parentbcff18231d0c6866af85a654f2af6f2251601af9 (diff)
parent278add2bcfe77d6d1bf89c8ad9ddf2c0e690f41d (diff)
Merge branch 'develop'v2.6
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
new file mode 100644
index 00000000..29dd5ade
--- /dev/null
+++ b/docs/api.rst
@@ -0,0 +1,15 @@
+.. _api:
+
+API Documentation
+=================
+
+Glances provides an `XML-RPC server`_ and a `RESTful-JSON`_ API which
+can be used by other clients.
+
+API documentation is available at:
+
+- XML-RPC: https://github.com/nicolargo/glances/wiki/The-Glances-2.x-API-How-to
+- RESTful-JSON: https://github.com/nicolargo/glances/wiki/The-Glances-RESTFULL-JSON-API
+
+.. _XML-RPC server: http://docs.python.org/2/library/simplexmlrpcserver.html
+.. _RESTful-JSON: http://jsonapi.org/