buku/api
rachmadani haryono 474c403521 Feature/server (#255)
* chg: dev: update api

- use application factory method defined here
  http://flask.pocoo.org/docs/0.12/patterns/appfactories/ . related method http://flask.pocoo.org/docs/0.12/cli/#custom-scripts
  - possibility to add additional cli command
  - add flask shell context.
- use flask global variable http://flask.pocoo.org/docs/0.12/api/#flask.g to
  store BukuDb instance

* fix: dev; fix runtimerror

error: RuntimeError: Working outside of application context.

* chg: dev: api requirements

- remove cryptography
- add requests
- set buku min version

* chg: dev: fix bookmarks var

* fix: test: lint
2018-03-23 09:00:13 +05:30
..
README.md Add notes on APIs 2017-04-19 09:39:31 +05:30
requirements.txt Feature/server (#255) 2018-03-23 09:00:13 +05:30
response.py Adds an API server for Buku (#139) 2017-03-28 23:58:23 +05:30
server.py Feature/server (#255) 2018-03-23 09:00:13 +05:30

CAUTION

This snapshot of web APIs is indicative. The program APIs are bound to change and if you need these, you may have to adapt the APIs to the current signature/return type etc. We are NOT actively updating these whenever an API changes in the main program.