You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/basecamp/actions/create-campfire-chatbot-message/create-campfire-chatbot-message.mjs
+3-17Lines changed: 3 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,14 @@
1
1
importappfrom"../../basecamp.app.mjs";
2
+
importcommonfrom"../common/common.mjs";
2
3
3
4
exportdefault{
4
5
key: "basecamp-create-campfire-chatbot-message",
5
6
name: "Create Campfire Chatbot Message",
6
7
description: "Creates a line in the Campfire for a Basecamp Chatbot. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/chatbots.md#create-a-line)",
Copy file name to clipboardExpand all lines: components/basecamp/actions/create-campfire-message/create-campfire-message.mjs
+3-17Lines changed: 3 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,14 @@
1
1
importappfrom"../../basecamp.app.mjs";
2
+
importcommonfrom"../common/common.mjs";
2
3
3
4
exportdefault{
4
5
key: "basecamp-create-campfire-message",
5
6
name: "Create Campfire Message",
6
7
description: "Creates a line in the Campfire for the selected project. [See the docs here](https://github.com/basecamp/bc3-api/blob/master/sections/campfires.md#create-a-campfire-line)",
Copy file name to clipboardExpand all lines: components/basecamp/actions/create-card/create-card.mjs
+3-17Lines changed: 3 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,14 @@
1
1
importappfrom"../../basecamp.app.mjs";
2
+
importcommonfrom"../common/common.mjs";
2
3
3
4
exportdefault{
4
5
key: "basecamp-create-card",
5
6
name: "Create a Card",
6
7
description: "Creates a card in a selected column. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/card_table_cards.md#create-a-card)",
Copy file name to clipboardExpand all lines: components/basecamp/actions/create-comment/create-comment.mjs
+4-18Lines changed: 4 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,14 @@
1
1
importappfrom"../../basecamp.app.mjs";
2
+
importcommonfrom"../common/common.mjs";
2
3
3
4
exportdefault{
4
5
key: "basecamp-create-comment",
5
6
name: "Create a Comment",
6
-
description: "Publishes a comment to the select recording. [See the docs here](https://github.com/basecamp/bc3-api/blob/master/sections/comments.md#create-a-comment)",
7
+
description: "Publishes a comment to the select recording. [See the documentation](https://github.com/basecamp/bc3-api/blob/master/sections/comments.md#create-a-comment)",
Copy file name to clipboardExpand all lines: components/basecamp/actions/create-message/create-message.mjs
+3-17Lines changed: 3 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,14 @@
1
1
importappfrom"../../basecamp.app.mjs";
2
+
importcommonfrom"../common/common.mjs";
2
3
3
4
exportdefault{
4
5
key: "basecamp-create-message",
5
6
name: "Create Message",
6
7
description: "Publishes a message in the project and message board selected. [See the docs here](https://github.com/basecamp/bc3-api/blob/master/sections/messages.md#create-a-message)",
Copy file name to clipboardExpand all lines: components/basecamp/actions/create-todo-item/create-todo-item.mjs
+3-17Lines changed: 3 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,14 @@
1
1
importappfrom"../../basecamp.app.mjs";
2
+
importcommonfrom"../common/common.mjs";
2
3
3
4
exportdefault{
4
5
key: "basecamp-create-todo-item",
5
6
name: "Create Todo Item",
6
7
description: "Creates a todo in the project and message board selected. [See the docs here](https://github.com/basecamp/bc3-api/blob/master/sections/todos.md#create-a-to-do)",
0 commit comments