From 09ec93a9d96ca3e7a471423b326c5dbfeccd5780 Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Mon, 7 Jul 2014 15:54:26 +0200 Subject: Add methods to the Restfull/API --- docs/glances-doc.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'docs/glances-doc.rst') diff --git a/docs/glances-doc.rst b/docs/glances-doc.rst index c41e49d0..f6dfa97b 100644 --- a/docs/glances-doc.rst +++ b/docs/glances-doc.rst @@ -592,13 +592,15 @@ CSV files have two lines per stats: - Stats description - Stats (comma separated) -API Documentation -================= +APIs Documentations +=================== + +Glances includes a `XML-RPC server`_ and a `RESTFULL-JSON`_ API which and can be used by another client software. -Glances uses a `XML-RPC server`_ and can be used by another client software. +APIs documentations are available at: -API documentation is available at -https://github.com/nicolargo/glances/wiki/The-Glances-2.x-API-How-to. +- XML-RPC: https://github.com/nicolargo/glances/wiki/The-Glances-2.x-API-How-to +- RESTFULL-JSON: https://github.com/nicolargo/glances/wiki/The-Glances-RESTFULL-JSON-API Support ======= @@ -614,3 +616,4 @@ Feel free to contribute! .. _psutil: https://code.google.com/p/psutil/ .. _XML-RPC server: http://docs.python.org/2/library/simplexmlrpcserver.html +.. _RESTFULL-JSON: http://jsonapi.org/ \ No newline at end of file -- cgit v1.2.3