The Official API for UnPS-GAMATechnologies
Go to file
Arctic Code d591e1cac7 Add ability to reset password
This is really insecure... only checks for email address
Maybe I'll design a key generation and email thing
 - (generate random pass, email to user, next login, change password)
 - Or something. This is why I don't normally include a reset password
 -- function
2013-07-24 21:34:05 -05:00
api.backend.php Add ability to reset password 2013-07-24 21:34:05 -05:00
api.test.php Add upImage test 2013-07-19 22:31:45 -05:00
dbsettings.php Initial commit 2013-07-18 17:26:53 -05:00
hashpass.php Include HashPass 2013-07-24 19:14:48 -05:00
readme.md UnPS-GAMA API Second release - Not in usable production state 2013-07-20 00:06:45 -05:00

readme.md

#UnPS-GAMA API Current Version: v0.0.2 - Not ready for production environment

This is my upcoming API for the services I provide.

Currently, the API supports six functions: Shortening of links Deletion of shortened links Reporting of false negatives Uploading images Deleting images editing images

This implements the upcoming Shortv4 code (which includes deletion of short links with a password) and also implements ImgHostv6 code

API usage can only happen with a valid apikey (a 64 character long string), all transactions are logged for future analysys (either automatic or manual) The api.backend.php file does not attempt to sanatize imput (other than addslashes on a few uses), that must be done in api.frontend.php

TODO: Code the frontend Add API user creation Add future services Implement into services TEST the four new functions