Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Robin Thoni 67e97b0087 add default demo42 api key vor 10 Jahren
misc add default demo42 api key vor 10 Jahren
.gitignore media upload vor 10 Jahren
README check page vor 10 Jahren
index.php fixed confirm regex vor 10 Jahren
sql.php api key check vor 10 Jahren
status.php fixed error messages vor 10 Jahren
user.php fixed error messages vor 10 Jahren
utils.php check_table_field return all fields vor 10 Jahren

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 database structure
Clear database with misc/clear_database.sql before testing
Browse misc/check.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