From 9a3f632b4abb3a3db994ed8c3aeea6334dbf6019 Mon Sep 17 00:00:00 2001 From: drevicko Date: Wed, 15 Mar 2017 10:26:21 +0000 Subject: [PATCH] removed broken "/api" link In index.html, there is a suggestion to try out the api with a link to "/api". Clicking that link results in a json error report - not ideal. Instead, I added text suggesting that a use can find example api url's after clickgin "Analyse!". --- senpy/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senpy/templates/index.html b/senpy/templates/index.html index 9626de1..7ab2ee4 100755 --- a/senpy/templates/index.html +++ b/senpy/templates/index.html @@ -47,7 +47,7 @@ This website is the senpy Playground, which allows you to test the instance of senpy in this server. It provides a user-friendly interface to the functions exposed by the senpy API.

- Once you get comfortable with the parameters and results, you are encouraged to issue your own requests to the API endpoint, which should be here. + Once you get comfortable with the parameters and results, you are encouraged to issue your own requests to the API endpoint. You can find examples of api url's when you try out a plugin with the "Analyse!" button ont he "Test it" tab.

These are some of the things you can do with the API: