API permettant d'échanger des données avec le serveur de stockage principal
sudo pip install -r requirements.txt
Note: Pour windows consulter l'installation de pip (au lien suivant)[http://stackoverflow.com/questions/4750806/how-to-install-pip-on-windows]
python setup.py -d DEBUG
Note: utiliser l'option -h|--help pour avoir de l'aide
Fonctionnalités:
- créer
- éditer
- envoyer
- sauvegarder
- suppression
method:POST url: /image
Args:
- title: image title
- file: image
return: image id
method:POST url: /image/{id}
Args:
- file: image
method:GET url: /image
return: Array of the info id
method:GET url: /image/{id}
return: image
method:GET url: /image/main
return: image
method:GET url: /image/title/{title}
return: image
method:GET url: /image/delete/{id}
method:POST url: /info
Args:
- title: the title useful as keywords
- content: content for information
return: id de l'information
method:GET url: /info
return: Array of the info id
method:GET url: /info/{id}
return: content
method:GET url: /info/main
return: content
method:GET url: /info/title/{title}
return: content
method:GET url: /info/delete/{id}
#BDD
- images
- information mairie
- forum
- posts
- commentaires
- posts
- créer post/dessin/info
- get all post/dessin/info
- get un dessin