Skip to content

Adds API methods, fixes charset warnings

Compare
Choose a tag to compare
@acconrad acconrad released this 25 Feb 04:11
· 36 commits to master since this release
b1bf16b

Adds missing Slack Web API methods:

  • admin.apps.*
  • app.uninstall
  • auth.revoke
  • chat.scheduleMessage
  • oauth.v2.access
  • users.profile.get
  • users.profile.set
  • views.*

Fixes messaging warnings

superfluous_charset warnings thrown with every im.open call are now properly handled with a default Content-Type of utf-8 (it was missing).