From 361c40f60c2ec2de8e73a957ad38be63b8bd6697 Mon Sep 17 00:00:00 2001 From: DJF3 Date: Fri, 24 May 2019 12:36:39 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a75a8d7..28cb65c 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ DISCLAIMER: Cisco does not make any commitments about the resources listed in th * [spark-messages](https://github.com/brh55/spark-messages) - A collection of helpers to ensure consistent formatting of markdown messages (by brh55). * Python * [Blog companions](https://github.com/webex/Spark-API-Demos) - Simple scripts and bots (by Webex Developer support). + * [oAuth Flask example](https://github.com/DJF3/Webex-Teams-Flask-oAuth) - Simple script showing how oAuth works using Flask (by DJF3) * Ruby * [Fault Report](https://github.com/jfield44/TropoFaultReport) - Reporting dystem for efficient Fault Resolution (by jfield44). From ff290f678a41925dff6a485f4ac46cfbb8d70f31 Mon Sep 17 00:00:00 2001 From: DJF3 Date: Fri, 24 May 2019 12:39:40 +0200 Subject: [PATCH 2/2] Update README.md Updated my "Space Archive" repository to point to the new & improved version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28cb65c..eb3c3ec 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ DISCLAIMER: Cisco does not make any commitments about the resources listed in th * [interactive documentation](https://developer.webex.com/quick-reference.html) - Toogle "Test mode" in the API documentation (by Webex for Developers). * [postman-ciscospark](https://github.com/CiscoDevNet/postman-ciscospark) - Scripted Postman collections to generate code and more (by ObjectIsAdvantag). * [sparkcli](https://github.com/tdeckers/sparkcli) - A command line interface (by tdeckers). -* [spark-space-archive](https://github.com/DJF3/Spark-Space-Archive) - Archive messages to a single HTML file (by DJF3). +* [teams-space-archive-v2](https://github.com/DJF3/Webex-Teams-Space-Archive-v2) - Archive messages to a single HTML file NEW (by DJF3). * [swagger-cisco-spark](https://github.com/cumberlandgroup/swagger-cisco-spark) - Swagger definition file for the REST API v1 (by nmarus). * [websocket-events](https://github.com/marchfederico/ciscospark-websocket-events) - An unsupported hack to get events thru a native websocket (by marchfederico). * [whproxy](https://github.com/sgrimee/whproxy) - Proxy incoming webhooks to established websockets (by sgrimee).