Feature: add API documentation

This commit is contained in:
2015-09-03 10:55:55 +00:00
parent 30eeb6c59a
commit f7b14fe9a9
67 changed files with 6529 additions and 15 deletions

15
public/api_project.js Normal file
View File

@@ -0,0 +1,15 @@
define({
"name": "CloudBudget API",
"version": "1.0.0",
"description": "An API to manage CloudBudget",
"title": "CloudBudget API",
"url": "http://cloudbudget.pavnay.fr/api",
"sampleUrl": false,
"apidoc": "0.2.0",
"generator": {
"name": "apidoc",
"time": "2015-09-03T10:40:18.728Z",
"url": "http://apidocjs.com",
"version": "0.13.1"
}
});