We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1471697 commit df6d79eCopy full SHA for df6d79e
README.md
@@ -1,11 +1,15 @@
1
### SinusBot API PHP-Class
2
<blockquote><h4><em>PHP-Class for the SinusBot (http://sinusbot.com)</em></h4></blockquote>
3
<br />
4
-#### Fuctions:
+#### Example: Connect
5
<pre>
6
include("sinusbot.class.php");
7
$sinusbot = new SinusBot("127.0.0.1", 8087);
8
$sinusbot->login("admin", "foobar");
9
+</pre>
10
+<br />
11
+#### Fuctions:
12
+<pre>
13
$sinusbot->login($username, $password)
14
$sinusbot->getFiles()
15
$sinusbot->getRadioStations($search)
0 commit comments