From b06d0fd7fc57a18c34b0e1042b9d6acd43776bcd Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 4 Mar 2013 12:57:46 +0000 Subject: [PATCH] api documtation --- static/js/pandora/apiDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/apiDialog.js b/static/js/pandora/apiDialog.js index bc3443413..5dd1411c4 100644 --- a/static/js/pandora/apiDialog.js +++ b/static/js/pandora/apiDialog.js @@ -66,12 +66,12 @@ pandora.ui.apiDialog = function() { pandora.user.ui.page == 'api' && that.select(data.value); } }), - overview = '

Pan.do/ra API Overview

use this api in the browser with Ox.app or use pandora_client it in python. Further description of the api can be found on the wiki
'; + overview = '

API Documentation

use this api in the browser with Ox.app or use pandora_client it in python. Further description of the api can be found on the wiki
'; pandora.api.api({docs: true, code: true}, function(results) { var items = [{ id: '', - title: pandora.site.site.name + ' API', + title: 'API Documentation', sort: 'aaa' }]; actions = results.data.actions;