1dfa5cc138
I forgot to put this here - Delete images incomplete |
||
---|---|---|
api.backend.php | ||
api.test.php | ||
dbsettings.php | ||
hashpass.php | ||
readme.md |
#UnPS-GAMA API Current Version: v0.0.3 - Not ready for production environment
This is my upcoming API for the services I provide.
Currently, the API supports ten functions: Shortening of links Deletion of shortened links Reporting of false negatives Uploading images Deleting images Editing images Register users Register API users Reset API key Reset user password
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, that must be done in api.frontend.php
TODO: Code the frontend Add API user creation Add future services Implement into services TEST the eight new functions