2013-07-18 22:26:53 +00:00
#UnPS-GAMA API
2013-07-25 03:10:27 +00:00
Current Version: v0.0.3 - Not ready for production environment
2013-07-18 22:26:53 +00:00
This is my upcoming API for the services I provide.
2013-07-25 03:10:27 +00:00
Currently, the API supports ten functions:
2013-07-18 22:26:53 +00:00
Shortening of links
Deletion of shortened links
2013-07-20 05:06:45 +00:00
Reporting of false negatives
Uploading images
Deleting images
2013-07-25 03:10:27 +00:00
Editing images
Register users
Register API users
Reset API key
Reset user password
2013-07-18 22:26:53 +00:00
2013-07-20 05:06:45 +00:00
This implements the upcoming Shortv4 code (which includes deletion of short links with a password) and also implements ImgHostv6 code
2013-07-18 22:26:53 +00:00
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)
2013-07-25 03:10:27 +00:00
The api.backend.php file does not attempt to sanatize imput, that must be done in api.frontend.php
2013-07-18 22:26:53 +00:00
TODO:
Code the frontend
Add API user creation
Add future services
2013-07-20 05:06:45 +00:00
Implement into services
2013-07-25 03:10:27 +00:00
TEST the eight new functions