Skip to content

Commit

Permalink
feat: Add support for Canvas API methods (slack-go#1334)
Browse files Browse the repository at this point in the history
This PR introduces new functionalities for managing canvases and
creating channel-specific canvases.

- CreateCanvas
- DeleteCanvas
- EditCanvas
- SetCanvasAccess
- DeleteCanvasAccess
- LookupCanvasSections
- CreateChannelCanvas

Closes slack-go#1333
  • Loading branch information
jarospisak-unity authored and copyleft21 committed Nov 11, 2024
1 parent 76c7d2f commit 4231fe7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 2,129 deletions.
13 changes: 0 additions & 13 deletions block_call_test.go

This file was deleted.

12 changes: 12 additions & 0 deletions slack.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"folders": [
{
"path": "."
},
{
"name": "Documents",
"path": "../../OneDrive/Documents"
}
],
"settings": {}
}
331 changes: 0 additions & 331 deletions usergroups.go

This file was deleted.

Loading

0 comments on commit 4231fe7

Please sign in to comment.