flosch / simpleapi

A simple API-framework to provide an easy to use, consistent and portable client/server-architecture (standalone and also for django, Flask, AppEngine and all WSGI-compatible implementations like gunicorn).
http://simpleapi.readthedocs.org
MIT License
145 stars 20 forks source link

Flask server doesn't works correctly with JS #6

Closed traditio closed 12 years ago

traditio commented 13 years ago
  1. $ python simpleapi/example_project/server/flask1/app.py
  2. $ curl -XGET 'http://127.0.0.1:5000/api/?_call=test {"errors": ["Method must be provided."], "success": false}%
traditio commented 13 years ago

It seems that Client doesnt work with Flask too

flosch commented 12 years ago

Fixed.