Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing REST methods #4

Open
49 of 90 tasks
lestrrat opened this issue Apr 7, 2017 · 1 comment
Open
49 of 90 tasks

Add missing REST methods #4

lestrrat opened this issue Apr 7, 2017 · 1 comment

Comments

@lestrrat
Copy link
Collaborator

lestrrat commented Apr 7, 2017

List of currently unimplemented REST methods.
They are only unimplemented because the author had no immediate need for them.

Please either:

  1. Send a PR that implements the method (yay! ❤️ you!)
  2. Send a PR with a failing test case (pretend the method exists) 😍
  3. File a separate issue so I know which methods are needed more urgently 🍺

  • bots.info
  • channels.archive
  • channels.create
  • channels.invite
  • channels.join
  • channels.kick
  • channels.leave
  • channels.mark
  • channels.rename
  • channels.replies
  • channels.setPurpose
  • channels.setTopic
  • channels.unarchive
  • chat.unfurl
  • dnd.endDnd
  • dnd.endSnooze
  • dnd.info
  • dnd.teamInfo
  • emoji.list
  • files.comments.add
  • files.comments.delete
  • files.comments.edit
  • files.delete
  • files.info
  • files.list
  • files.revokePublicURL
  • files.sharedPublicURL
  • files.upload
  • groups.archive
  • groups.close
  • groups.create
  • groups.createChild
  • groups.history
  • groups.info
  • groups.invite
  • groups.kick
  • groups.leave
  • groups.list
  • groups.mark
  • groups.open
  • groups.rename
  • groups.replies
  • groups.setPurpose
  • groups.setTopic
  • groups.unarchive
  • im.close
  • im.history
  • im.list
  • im.mark
  • im.open
  • im.replies
  • mpim.close
  • mpim.history
  • mpim.list
  • mpim.mark
  • mpim.open
  • mpim.replies
  • pins.add
  • pins.list
  • pins.remove
  • reminders.add
  • reminders.complete
  • reminders.delete
  • reminders.info
  • reminders.list
  • search.all
  • search.files
  • search.messages
  • stars.add
  • stars.list
  • stars.remove
  • team.accessLogs
  • team.billableInfo
  • team.info
  • team.integrationLogs
  • team.profile.get
  • usergroups.create
  • usergroups.disable
  • usergroups.enable
  • usersgroups.list
  • usergroups.update
  • usergroups.users.list
  • usergroups.users.update
  • users.deletePhoto
  • users.identity
  • users.setActive
  • users.setPhoto
  • users.setPresence
  • users.profile.get
  • users.profile.set
@inoc603
Copy link
Contributor

inoc603 commented Dec 11, 2017

I implemented the dialog.open method #45 , which is missing in this list. Would you take look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants