netromdk / slacker

Slacker - Easy access to the Slack API and admin of workspaces/teams.
MIT License
14 stars 0 forks source link

Rename workspace to team #70

Closed netromdk closed 5 years ago

netromdk commented 6 years ago

In the Slack API they mostly refer to what we call "workspaces" as "teams". Maybe we should rename it to teams to be 1-to-1?

netromdk commented 6 years ago

But I'm not sure because inside Slack they call it workspaces themselves.. So it's probably fine as it is.

0verbyte commented 6 years ago

Yeah that's a bit confusing actually. I think just to keep our commands API 1-to-1 with Slack API we should rename it.

netromdk commented 6 years ago

The extra confusing part is that they call them workspaces when they talk about the token scope, like user, workspace, or bot. Haha..

0verbyte commented 5 years ago

I'm going to leave this as workspace. I'm hoping that Slack will clean up their API to reflect what the client exposes to users. Since we already have "workspace" it will be more friendly to users of slacker, since the official Slack client uses workspaces.

Thoughts?

netromdk commented 5 years ago

Yeah, let's leave it as-is.