You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe we could merge in the database the admnistration in the vote table. Ex: a vote by admin_1 of type ban for $hash. It would be more scalable if we add more admninistrators with different priority and maybe different optional type of votes (ex: voting "notInteresting" to remove it from the random feature).
I also want to make the upload smarter:
ipfs.pics/api/v1/upload
Where you can
POST an image and it redirects to the upload
POST text and it will return you the hash of the text
POST a json object and it will make an album
I'll update this post as things get implemented.
The text was updated successfully, but these errors were encountered:
The basic of the API are already there and working:
I'd like to make an API for @didiercf's upcoming backup application, instead of using MySQL directly:
Same thing for the current administration application:
Maybe we could merge in the database the admnistration in the vote table. Ex: a vote by admin_1 of type ban for $hash. It would be more scalable if we add more admninistrators with different priority and maybe different optional type of votes (ex: voting "notInteresting" to remove it from the random feature).
I also want to make the upload smarter:
Where you can
I'll update this post as things get implemented.
The text was updated successfully, but these errors were encountered: