mrkaye97 / slackr

An R package for sending messages from R to Slack
https://matthewrkaye.com/slackr/
Other
307 stars 85 forks source link

converting internals to work with json inputs #79

Closed yonicd closed 3 years ago

yonicd commented 6 years ago

I came across this post in SO. It shows how to pass POST requests as jsons with bearer. Would it be worth migrating?

ajzz commented 6 years ago

This work and JSON is much cleaner. I'm working on migrations on my fork. Will send PRs on things that don't break with current system.

Notes:

  1. Biggest issues seem around channel translation, listing users etc which are invoked by all .
  2. I'd also suggest a strategic move away in all documentation to move away from personal tokens to Workspace "app" tokens so scopes can be established before querying instead of catching errors post-query from the response headers.
stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.