#suggestions for Webhook API

1 messages · Page 1 of 1 (latest)

late moon
#

I wrote this API 2 months ago, in shortcut: much easier way to send Discord messages via webhook

do you have some suggestions what can I add to this API? (except documentation, I'm already working on website version on it)
like some methods, classes etc. I could add to this API to provide even better experience

https://github.com/m0lc14kk/WebhookAPI

GitHub

API that allows you to send webhooks via requests in add-ons. - m0lc14kk/WebhookAPI

umbral cape
#

maybe addon with a menu to setup automatic webhooks?

#

for example, by sending a command it will show up a form with options on content and event firing

late moon
#

pretty solid, maybe as a side-utility one

late moon
novel scaffold
#

Is it possible to have an template of sorts shared as well for the webpage side of things? Im looking at having a page where i log stuff from my server that i just use with me and my kids. So i log come content right now via the log file. But its tedius and time consuming to search after an specific event if one of the kids just decides to destroy other peoples stuff. I was looking in to saving it to a MYSQL server or SQLLite. But only option i can find is via http. But the documentation for the webpage side is lacking and for me the script side looks vage.

low sage
novel scaffold
#

Yeah. Im just struggling to let the server (its "my own" but run via Docker on my unraid server) accept the server-net module. When i add it to the permission file. The startup overwrites it and just the old config gets applied. Always something 🤣🤣

late moon
novel scaffold
late moon
novel scaffold
#

I have my own personal server running unraid. That is running a Docker with Minecraft server on. Outside of that i have my own website and host with the MySQL database on. So i have options to what ever makes things easier. Im not that experienced when it comes to setting up the addon to run things more then "normal" Minecraft api and when it comes to Minecraft api im just okey experienced with it .

late moon
#

I would send HTTP requests to a back-end server