Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Robin Thoni b37f6abe44 updated apache config for check.php před 10 roky
misc updated apache config for check.php před 10 roky
.gitignore media upload před 10 roky
README database graphical structure před 10 roky
index.php fixed confirm regex před 10 roky
sql.php api key check před 10 roky
status.php fixed error messages před 10 roky
user.php fixed error messages před 10 roky
utils.php check_table_field return all fields před 10 roky

README

VDM webservice API for 3ie recruitment.

API online demo:
https://api.vdm.rthoni.com/
Api-Key: demo42

API Documentation:
- https://api.vdm.rthoni.com/doc/index.html
- http://vdm.3ie.fr/doc/index.html

Developped with:
- apache2
modules:
- ssl (optionnal)
- rewrite
- PHP 5.3.3-7+squeeze19
- mysql Ver 14.14 Distrib 5.1.73

Apache configuration example:
misc/api.vdm

API configuration example:
misc/config.php.sample
Save it as misc/config.php

Database structure:
misc/database.png
misc/create_database.sql
Create database, then insert this structure

API test:
Create structure then fill database with test_database.sql
Exec misc/tests.php

Clear script:
misc/api.vdm-clear.php
Remove expired tokens
Run it frequenlty (every 24h would be nice)
Cron example:
misc/api.vdm-cron