Compare commits
No commits in common. "master" and "refactor" have entirely different histories.
14
README.md
14
README.md
@ -4,19 +4,7 @@
|
||||
|
||||
Initialize the wrapper with the token you want to use
|
||||
|
||||
```
|
||||
client = gotipy.clients("CLIENT_TOEKN","http://gotify.benjamyn.love:8080")
|
||||
app = gotipy.messages("APP_TOKEN","http://gotify.benjamyn.love:8080")
|
||||
|
||||
clientList = client.getClients()
|
||||
|
||||
title = "Example"
|
||||
msg = "This is an example :)"
|
||||
|
||||
response = app.sendMessage(title, msg)
|
||||
...
|
||||
|
||||
```
|
||||
i.e: gotipy_usr = gotipy.gotipy("user token", "https://URL.TLD")
|
||||
|
||||
<h3><b>applications class</b></h3>
|
||||
<table style="width:100%">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user