This commit is contained in:
xdrm-brackets 2017-01-26 20:03:08 +01:00
parent 8d0e68803d
commit 10cfd28122
2 changed files with 15 additions and 0 deletions

8
lib/api/auth Normal file
View File

@ -0,0 +1,8 @@
#!/usr/bin/php
<?php
// will return "token" with is the cyclic hash
// and optionnally "renew" if the secret has changed
?>

7
lib/api/send Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/php
<?php
// will send the request using `auth` for cyclic hash
?>