Skip to content

nivekmai/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp Configurator

###Install

  1. Instal virtualenv
    sudo easy_install venv
  2. cd to src dir
    cd confing/src
  3. Activate virtualenv
    . venv/bin/activate
  4. Install Flask
    pip install flask
  5. Install Flask Restful
    pip install flask-restful
  6. Install GitPython pip install gitpython==0.3.1
  7. Install jsonpatch pip install jsonpatch

###Use

  1. Start server (in venv) cd src python config.py

PUT

curl http://localhost:5000/config/test.json -d '{"key":"value"}' -X PUT

GET

curl http://localhost:5000/config/test.json -X GET

DELETE

curl http://localhost:5000/config/test.json -X DELETE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages