Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwaway-blaze
449 days ago
Maybe I'm just dense but is there a sample curl somewhere for how to send something to the API URL I just got in my signal chat with BotMaster.1000?
1 comments
eddythompson80
449 days ago
The curl command on the homepage?
curl -d 'something' <your url>
link
gwillem
449 days ago
The URL that botmaster gave you is a page that lists your API endpoints (multiple if you have invited the bot to any group chats)
link
curl -d 'something' <your url>