Update README.md
This commit is contained in:
parent
d0705886a1
commit
cb7e798d50
29
README.md
29
README.md
@ -6,6 +6,35 @@ Initialize the wrapper with the token you want to use
|
||||
|
||||
i.e: gotipy_usr = gotipy.gotipy("user token", "https://URL.TLD")
|
||||
|
||||
<b>applications class</b>
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
<th>Function</th>
|
||||
<th>Arguments</th>
|
||||
<th>Return</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>getApplications</td>
|
||||
<td>N/A</td>
|
||||
<td>JSON formatted list</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>createApplication</td>
|
||||
<td>name, description</td>
|
||||
<td>JSON formatted list</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>deleteApplication</td>
|
||||
<td>Application ID</td>
|
||||
<td>HTTP resopnse code</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>updateApplicationImage</td>
|
||||
<td>Application ID, Image Data</td>
|
||||
<td>HTTP response code</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Functions Implimented</h3> <b/>
|
||||
|
||||
- basicAuth(user, passwd)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user