Added a README.md
This commit is contained in:
parent
858c7fbe70
commit
ade83db3aa
14
README.md
Normal file
14
README.md
Normal file
@ -0,0 +1,14 @@
|
||||
<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")
|
||||
|
||||
Functions Implimented
|
||||
-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
|
||||
Loading…
x
Reference in New Issue
Block a user