From ecc71972e21d78bf33c22e384dc914b68bc608b5 Mon Sep 17 00:00:00 2001 From: Dan Dembinski Date: Sat, 14 Mar 2020 14:49:46 -0400 Subject: [PATCH] Started adding api information to main page. --- main.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 642b507..ea455ce 100644 --- a/main.py +++ b/main.py @@ -43,7 +43,12 @@ class podcasts(db.Model): @app.route('/', methods=['GET']) def index(): - + stuff = """ /login Method: 'GET' JSON: 'username', 'password'
+ /updateFeeds
Method: 'PUT', JSON:: 'podcastID' note leave podcastID blank to update all feeds

+ /addFeedto Come


+ /listPoddcasts/

+ + """ return 'stuff'