TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Slack Introduces New Platform with Help from Deno

60 pointsby 0xedbover 3 years ago

7 comments

slownews45over 3 years ago
This I think is third revision of API for slack?<p>That said - I really like the idea of a relatively straightforward way to wire up actions. I&#x27;d especially love to be able to get into and out of a database.<p>I starred another project - retool as well with an eye towards those quick crud apps that used to be basic WinForms + database server for windows users.
Croftengeaover 3 years ago
This is probably the worst announcement from a big company I ever saw. No word about use cases or advantages. It’s not even clear what is a platform for Slack.
评论 #29246426 未加载
dangoorover 3 years ago
FWIW, Slack&#x27;s page about this is a lot more interesting: <a href="https:&#x2F;&#x2F;api.slack.com&#x2F;future" rel="nofollow">https:&#x2F;&#x2F;api.slack.com&#x2F;future</a>
orfover 3 years ago
I built a slack app today and it was a lot harder than it should have been. Event payloads are really inconsistent (one even is a JSON object encoded in a form data field), data about users is inconveniently hidden, and building a functional home tab with navigation is just annoying.<p>This looks like it might solve some of that. The deployment side of things looks awesome, and the typescript types will really help with the inconsistent event structures. However I’m not sure if they are not cutting out a huge part of their target audience with their approach to hosting. How would I connect to an internal service or database with this? I can’t, which makes it super inconvenient for “quick company specific workflows”, which seems to be exactly what they are targeting.<p>That being said, I love the idea of Slack becoming a GUI for an event bus connecting various things together.<p>URL should also be changed to <a href="https:&#x2F;&#x2F;api.slack.com&#x2F;future" rel="nofollow">https:&#x2F;&#x2F;api.slack.com&#x2F;future</a>
_haoover 3 years ago
I really wish I could use only e-mail instead of Slack&#x2F;Teams for anything related to my day-to-day job. Both can stay for calls and ceremonies, but that&#x27;s it. No messaging, no million other sub-applications in Slack&#x2F;Teams that connect and integrate to everything. I find the whole thing truly tiresome to use.
评论 #29273315 未加载
syspecover 3 years ago
Where might I find a code sample? I clicked through several pages, but could not find it.
BoorishBearsover 3 years ago
But can we add emojis with user auth tokens?