package
0.0.0-20240330230444-2096034b5c04
Repository: https://github.com/noahlibeskind/notslackapi.git
Documentation: pkg.go.dev

# Functions

adds a member with id memId to workspace with id wsId returns all members in that workspace.
creates a channel in the workspace id returns all channels in that workspace.
adds a member with id memId to workspace with id wsId returns all messages in the channel.
creates a new user returns the user object.
creates a new workspace with logged in user as the owner returns the created workspace.
deletes channel with id returns all channels in that workspace.
deletes message with specified ID.
deletes a user returns 204 no content or 404 if not found.
creates a new workspace with logged in user as the owner returns the created workspace.
deletes the member with id memId to workspace with id wsId returns all members in that workspace.
No description provided by the author
No description provided by the author
No description provided by the author
returns all channels in the specified workspace.
returns all messages in the specified channel.
get all users.
get all workspaces.
No description provided by the author
logs in user with specified email and password returns the user object with a JWT if credentials are valid.
No description provided by the author
returns all users in the workspace with specified id.