Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 510 Bytes

File metadata and controls

17 lines (9 loc) · 510 Bytes

This is a Flask + Spyne working together example. It is very simple, absolutely sinthetic and does nothing useful. Again, it's just an example.

Installation

Clone repository, create virtualenv and install requirements:

pip install -r requerements.txt

Usage

Run Flask web server using ./manage.py. Try some Flask views to make shure it works:

curl http://127.0.0.1:5000/api/version

Here is a Spyne views call example

curl http://localhost:5000/say_hello?name=Anton\&times=3