How to write a web service using Python Flask.md 557 B


Title: "How to write a web service using Python Flask" Date: 2017-03-23 22:31:49 Categories: [programming] tags: [pyhton, flask]

Authors: sedlav

Specifically, I'm going to walk through the creation of a simple Python Flask app that provides a RESTful web service. The service will provide an endpoint to:

  • Ingest a JSON formatted payload (webhook) from Threat Stack
  • Parse the payload for Threat Stack Alert IDs
  • Retrieve detailed alert data from Threat Stack

Link