From 9f644756e0dfc3152df7cee6594acd9637a73df1 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 9 Oct 2012 22:59:15 +0200 Subject: updated doc about removal of thrift --- docs/api/overview.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'docs/api/overview.rst') diff --git a/docs/api/overview.rst b/docs/api/overview.rst index 605cf4c97..2aace93b5 100644 --- a/docs/api/overview.rst +++ b/docs/api/overview.rst @@ -13,9 +13,9 @@ From Wikipedia, the free encyclopedia [1]_: .. rubric:: Motivation The idea of the centralized pyLoad :class:`Api ` is to give uniform access to all integral parts -and plugins in pyLoad to other clients written in arbitrary programming languages. -Most of the :class:`Api ` functionality is exposed via RPC [2]_ and accessible via thrift [3]_ or -simple JSON objects [4]_. In conclusion the :class:`Api ` is accessible via many programming language, +and plugins in pyLoad as well as other clients written in arbitrary programming languages. +Most of the :class:`Api ` functionality is exposed via HTTP or WebSocktes [2]_ as +simple JSON objects [3]_. In conclusion the :class:`Api ` is accessible via many programming languages, over network from remote machines and over browser with javascript. @@ -23,14 +23,13 @@ over network from remote machines and over browser with javascript. .. toctree:: - thrift_api.rst json_api.rst + websocket_api.rst datatypes.rst .. rubric:: Footnotes .. [1] http://en.wikipedia.org/wiki/Application_programming_interface -.. [2] http://en.wikipedia.org/wiki/Remote_procedure_call -.. [3] ``_ -.. [4] http://en.wikipedia.org/wiki/Json \ No newline at end of file +.. [2] http://en.wikipedia.org/wiki/WebSocket +.. [3] http://en.wikipedia.org/wiki/Json \ No newline at end of file -- cgit v1.2.3