Inicio con Flask para realizar un API Rest

Antes de realizar tu API Rest con Flask, o con Python, debes conocer que bibliotecas existen y como debes estructurar tus rutas. Por supuesto, hay muchas y muy buenas. Las siguientes son las más detacables.

  • flask-restful: Sencilla forma de realizar un API Rest.

  • flask-restplus: Ampliación del anterior. Entre otras herramientas, tiene un generador de documentación.

  • flask-restless: Preparado para trabajar con SQLalchemy.

This work is under a Attribution-NonCommercial-NoDerivatives 4.0 International license.

Will you buy me a coffee?

You can use the terminal.

ssh customer@andros.dev -p 5555

Written by Andros Fenollosa

January 5, 2018

1 min of reading

You may also like