gotipy/README.md
benjamyn 51eb2e9f2d Added in basicAuth
Added in updateApplicationImage
Added in getClients

Added in deep regret at forgetting a headers=self.headers
2018-11-10 19:55:08 +11:00

14 lines
547 B
Markdown

<h2>API Wrapper for gotify RESTAPI for python3</h2>
Initialize the wrapper with the token you want to use
i.e: gotipy_usr = gotipy.gotipy("user token", "https://URL.TLD")
<h3>Functions Implimented</h3> <b/>
-getApplications() // Gets a list of applications and returns the value in a dictionary
-createApplication(name, description) // Creates a new Application
-deleteApplication(id) // Deletes the requseted application (Note for now this uses a string)
-sendMessage(title, message) // Sends a notification with the specified title/message