An open API service indexing awesome lists of open source software.

https://github.com/tyagi-iiitv/swflcobr

A sample flask application specifying the use of Bravado and swagger for client side validation.
https://github.com/tyagi-iiitv/swflcobr

bravado-core flask-api flask-application swagger-specification

Last synced: 5 months ago
JSON representation

A sample flask application specifying the use of Bravado and swagger for client side validation.

Awesome Lists containing this project

README

          

# SwFlCoBr
The name is derived from {**Sw**agger, **Fl**ask, **Co**nnexion, **Br**avado-Core}.

A sample application which shows how to do client side validation using the above tools.

# Steps to run the application

- pip install requirements.txt
- python mycars_app.py. This runs the flask server at localhost:8080

#### Additional:
You can use Postman to test the API to see beautiful error messages generated using Bravado.