Add Callback URL for DB changes

Adminy

A more efficient way for devs to stay in sync with data is through callback url notifications when something changes. It beats having an interval curl. It would be nice to add this feature, even if its for pro accounts only, where you can configure a callback url and it will be called whenever a new entry of anime or character is added. I believe currently there is no service out there doing that, it would be pretty cool if this was the first!

AniMed

Editors and Admins have access to logs where they can see all changes (altrought I don’t think it’s the feature you’re asking for). Otherwise, as a work around, there’s an undocumented api that allows anyone to download the database of all anime, if you search the github repo, you’ll find it.

Adminy

Yep, already had found that. Its a different feature, its like having a custom logger where instead of printing the logs to a file, instead you send them to a url if available, making data flow in an event based manner.