aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/src/main/webapp/api-getPodcasts.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-site/src/main/webapp/api-getPodcasts.jsp')
-rw-r--r--subsonic-site/src/main/webapp/api-getPodcasts.jsp28
1 files changed, 0 insertions, 28 deletions
diff --git a/subsonic-site/src/main/webapp/api-getPodcasts.jsp b/subsonic-site/src/main/webapp/api-getPodcasts.jsp
deleted file mode 100644
index a5a6b2d2..00000000
--- a/subsonic-site/src/main/webapp/api-getPodcasts.jsp
+++ /dev/null
@@ -1,28 +0,0 @@
-<h2 class="div"><a name="getPodcasts"></a>getPodcasts</h2>
-
-<p>
- <code>http://your-server/rest/getPodcasts.view</code>
- <br>Since <a href="#versions">1.6.0</a>
-</p>
-
-<p>
- Returns all podcast channels the server subscribes to and their episodes. Takes no extra parameters.
-</p>
-
-<p>
- Returns a <code>&lt;subsonic-response&gt;</code> element with a nested <code>&lt;podcasts&gt;</code>
- element on success. <a href="http://subsonic.svn.sourceforge.net/viewvc/subsonic/trunk/subsonic-main/src/main/webapp/xsd/podcasts_example_1.xml?view=markup">Example</a>.
-</p>
-
-<h2 class="div">getShares</h2>
-<p>
- <code>http://your-server/rest/getShares.view</code>
- <br>Since <a href="#versions">1.6.0</a>
-</p>
-<p>
- Returns information about shared media this user is allowed to manage. Takes no extra parameters.
-</p>
-<p>
- Returns a <code>&lt;subsonic-response&gt;</code> element with a nested <code>&lt;shares&gt;</code>
- element on success. <a href="http://subsonic.svn.sourceforge.net/viewvc/subsonic/trunk/subsonic-main/src/main/webapp/xsd/shares_example_1.xml?view=markup">Example</a>.
-</p>