Skip to content

Commit 16d0a12

Browse files
committed
help
1 parent 18bca7d commit 16d0a12

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

help.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
44
</head>
55
<body>
66
<h1>iLcatraz Help</h1>
7-
7+
/media/playlists/F84F6DB889F6AD62/tracks/23A23165199F41A6
8+
<ul>
9+
<li>
10+
<p>/media/playlists</p>
11+
<p>gets list of all playlists</p>
12+
</li>
13+
<li>
14+
<p>/media/playlists/<tt>ID</tt></p>
15+
<p>gets properties of a playlist with the id=<tt>ID</tt></p>
16+
</li>
17+
<li>
18+
<p>/media/playlists/<tt>ID</tt>/tracks</p>
19+
<p>gets list of tracks of a playlist with the id=<tt>ID</tt></p>
20+
</li>
21+
<li>
22+
<p>/media/playlists/<tt>ID</tt>/tracks/<tt>ID</tt></p>
23+
<p>gets properties of a track with the given ID of a playlist with the id=<tt>ID</tt></p>
24+
</li>
25+
<li>
26+
<p>/media/playlists/<tt>ID</tt>/tracks/<tt>ID</tt>/file</p>
27+
<p>gets file content of a track with the given ID of a playlist with the id=<tt>ID</tt></p>
28+
</li>
29+
</ul>
30+
<p>If requests have a result of an array of the resources the header <tt>X-Count</tt> contains length of the result. Use <tt>HEAD</tt> method to estimate the request cost.</p>
31+
<p>If requests have a file as the result then the header <tt>X-Loction</tt> contains path of the file inside iTunes Library. Use <tt>HEAD</tt> method to if necessary.</p>
832
</body>
933
</html>

0 commit comments

Comments
 (0)