From cb7e798d50c866d9d9b2a6f2cfe582a78b0d36e0 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Sun, 11 Nov 2018 20:09:19 +1100 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 6044e3d..34321ff 100644 --- a/README.md +++ b/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") +applications class + + + + + + + + + + + + + + + + + + + + + + + + + + +
FunctionArgumentsReturn
getApplicationsN/AJSON formatted list
createApplicationname, descriptionJSON formatted list
deleteApplicationApplication IDHTTP resopnse code
updateApplicationImageApplication ID, Image DataHTTP response code
+

Functions Implimented

- basicAuth(user, passwd)