• 40 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle




  • Sorry, bad wording. The README of the package should be clearer.

    But in short, this package takes care of the low level interaction with the database and you define the webhooks you're interested in yourself.

    So if you want to create a http request every time someone creates a comment with a specific username in the text, you configure it as a webhook in the SQLite database and next time it happens, the URL will be called.

    By the api I meant that in the future you'll be able to manage the webhooks using an api instead of inserting them directly into the db.