Skip to content

Commit 49a48fc

Browse files
authored
adding in standardized methods to the included features section (#244)
* adding in standardized methods to the included features section * adding small update to standardize youtube room app example
1 parent 5656d9e commit 49a48fc

File tree

17 files changed

+75
-36
lines changed

17 files changed

+75
-36
lines changed

examples/ai-image-generator/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ Watch the video below for a demo, code walkthrough, and to learn how to set up t
2626
# ⚙️ Included Features <a name="features"></a>
2727

2828
- [Miro Web SDK](https://developers.miro.com/docs/web-sdk-reference)
29-
- [drop event](https://developers.miro.com/docs/ui_boardui#drop-event)
30-
- [openPanel(options)](https://developers.miro.com/docs/ui_boardui#openpanel)
29+
- [miro.board.ui.on('drop')](https://developers.miro.com/docs/ui_boardui#drop-event)
30+
- [miro.board.ui.openPanel()](https://developers.miro.com/docs/ui_boardui#openpanel)
31+
- [miro.board.createImage](https://developers.miro.com/docs/board_board#createimage)
3132
- [draggable elements](https://developers.miro.com/docs/add-drag-and-drop-to-your-app#add-draggable-elements-to-the-app-panel)
32-
- [zoomTo](https://developers.miro.com/docs/viewport_viewport#zoomto)
33+
- [miro.board.viewport.zoomTo()](https://developers.miro.com/docs/viewport_viewport#zoomto)
3334

3435
# 🛠️ Tools and Technologies <a name="tools"></a>
3536

examples/asset-search/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ This app shows how to implement asset searching and filtering by name and tags.
2020
# ⚙️ Included Features <a name="features"></a>
2121

2222
- [Miro Web SDK](https://developers.miro.com/docs/web-sdk-reference)
23-
- [drop event](https://developers.miro.com/docs/ui_boardui#drop-event)
24-
- [createImage](https://developers.miro.com/docs/board_board#createimage)
25-
- [viewport.zoomTo](https://developers.miro.com/docs/viewport_viewport#zoomto)
26-
- [openPanel(options)](https://developers.miro.com/docs/ui_boardui#openpanel)
23+
- [miro.board.ui.on('drop')](https://developers.miro.com/docs/ui_boardui#drop-event)
24+
- [miro.board.createImage](https://developers.miro.com/docs/board_board#createimage)
25+
- [miro.board.viewport.zoomTo](https://developers.miro.com/docs/viewport_viewport#zoomto)
26+
- [miro.board.ui.openPanel()](https://developers.miro.com/docs/ui_boardui#openpanel)
2727
- [draggable elements](https://developers.miro.com/docs/add-drag-and-drop-to-your-app#add-draggable-elements-to-the-app-panel)
2828

2929
# 🛠️ Tools and Technologies <a name="tools"></a>

examples/blob-maker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ https://github.com/miroapp/app-examples/assets/10428517/b9d570ce-a0b4-4f2e-a8e6-
2222
# ⚙️ Included Features <a name="features"></a>
2323

2424
- [Miro Web SDK](https://developers.miro.com/docs/web-sdk-reference)
25-
- [drop event](https://developers.miro.com/docs/ui_boardui#drop-event)
26-
- [createImage](https://developers.miro.com/docs/board_board#createimage)
27-
- [openPanel(options)](https://developers.miro.com/docs/ui_boardui#openpanel)
25+
- [miro.board.ui.on('drop')](https://developers.miro.com/docs/ui_boardui#drop-event)
26+
- [miro.board.createImage](https://developers.miro.com/docs/board_board#createimage)
27+
- [miro.board.ui.openPanel(options)](https://developers.miro.com/docs/ui_boardui#openpanel)
2828
- [draggable elements](https://developers.miro.com/docs/add-drag-and-drop-to-your-app#add-draggable-elements-to-the-app-panel)
2929

3030
# 🛠️ Tools and Technologies <a name="tools"></a>

examples/calendar/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ This app allows you to create a calendar consisting of shapes and text for the g
2020
# ⚙️ Included Features <a name="features"></a>
2121

2222
- [Miro Web SDK](https://developers.miro.com/docs/web-sdk-reference)
23-
- [createShape()](https://developers.miro.com/docs/board_board#createshape)
24-
- [createText()](https://developers.miro.com/docs/board_board#createtext)
23+
- [miro.board.createShape()](https://developers.miro.com/docs/board_board#createshape)
24+
- [miro.board.createText()](https://developers.miro.com/docs/board_board#createtext)
2525

2626
# 🛠️ Tools and Technologies <a name="tools"></a>
2727

examples/connect-firebase/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ https://github.com/miroapp/app-examples/assets/10800544/a0aaea4a-a95c-42f5-abb3-
1919
# ⚙️ Included Features <a name="features"></a>
2020

2121
- [Miro Web SDK](https://developers.miro.com/docs/web-sdk-reference)
22-
- [Drag and Drop](https://developers.miro.com/docs/add-drag-and-drop-to-your-app)
22+
- [miro.board.createShape()](https://developers.miro.com/docs/board_board#createshape)
23+
- [miro.board.createText()](https://developers.miro.com/docs/board_board#createtext)
24+
- [miro.board.createStickyNote()](https://developers.miro.com/docs/websdk-reference-board#createstickynote)
25+
- [miro.board.createFrame()](https://developers.miro.com/docs/websdk-reference-board#createframe)
26+
- [miro.board.createCard()](https://developers.miro.com/docs/websdk-reference-board#createcard)
27+
- [miro.board.getUserInfo()](https://developers.miro.com/docs/websdk-reference-board#getuserinfo)
28+
- [miro.board.getSelection()](https://developers.miro.com/docs/websdk-reference-board#getselection)
29+
- [miro.board.ui.on("drop")](https://developers.miro.com/docs/ui_boardui#drop-event)
2330

2431
# 🛠️ Tools and Technologies <a name="tools"></a>
2532

examples/csv-to-mindmap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Watch the short video (48 seconds) below to gain a quick overview of using the a
3030
# ⚙️ Included Features <a name="features"></a>
3131

3232
- [Miro Web SDK](https://developers.miro.com/docs/web-sdk-reference)
33-
- [openPanel()](https://developers.miro.com/docs/ui_boardui#openpanel)
34-
- [createMindMapNode()](https://developers.miro.com/docs/experimental_experimental#createmindmapnode)
33+
- [miro.board.ui.openPanel()](https://developers.miro.com/docs/ui_boardui#openpanel)
34+
- [miro.board.experimental.createMindmapNode()](https://developers.miro.com/docs/experimental_experimental#createmindmapnode)
3535

3636
# 🛠️ Tools and Technologies <a name="tools"></a>
3737

examples/custom-actions/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ https://github.com/miroapp/app-examples/assets/10800544/4cd2c24b-877a-4ac0-a512-
2121
# ⚙️ Included Features <a name="features"></a>
2222

2323
- [Miro Web SDK](https://developers.miro.com/docs/web-sdk-reference)
24-
- [Custom Actions](https://developers.miro.com/docs/action_customactionmanagement)
24+
- [miro.board.notifications.showInfo()](https://developers.miro.com/docs/websdk-reference-notifications#showinfo)
25+
- [miro.board.getInfo()](https://developers.miro.com/docs/websdk-reference-board#getinfo)
26+
- [miro.board.createText()](https://developers.miro.com/docs/board_board#createtext)
27+
- [miro.board.createStickyNote()](https://developers.miro.com/docs/websdk-reference-board#createstickynote)
28+
- [miro.board.viewport.zoomTo()](https://developers.miro.com/docs/websdk-reference-viewport#zoomto)
29+
- [Custom Actions](https://developers.miro.com/docs/action_customactionmanagement)
2530

2631
# 🛠️ Tools and Technologies <a name="tools"></a>
2732

examples/digital-asset-manager/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ https://github.com/miroapp/app-examples/assets/10800544/5eb60feb-1378-4691-a9dd-
1919
# ⚙️ Included Features <a name="features"></a>
2020

2121
- [Miro Web SDK](https://developers.miro.com/docs/web-sdk-reference)
22-
- [drop event](https://developers.miro.com/docs/ui_boardui#drop-event)
23-
- [openPanel(options)](https://developers.miro.com/docs/ui_boardui#openpanel)
22+
- [miro.board.ui.on('drop')](https://developers.miro.com/docs/ui_boardui#drop-event)
23+
- [miro.board.ui.openPanel()](https://developers.miro.com/docs/ui_boardui#openpanel)
24+
- [miro.board.createImage](https://developers.miro.com/docs/board_board#createimage)
2425
- [draggable elements](https://developers.miro.com/docs/add-drag-and-drop-to-your-app#add-draggable-elements-to-the-app-panel)
2526
- [Search and filter](https://developers.miro.com/docs/adding-search-and-filter-to-an-sdk-app)
2627
- [Mirotone.xyz](https://www.mirotone.xyz/)

examples/drag-and-drop/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ https://github.com/horeaporutiu/app-examples-template/assets/10428517/3e9aa5ea-0
2020
# ⚙️ Included Features <a name="features"></a>
2121

2222
- [Miro Web SDK](https://developers.miro.com/docs/web-sdk-reference)
23-
- [drop event](https://developers.miro.com/docs/ui_boardui#drop-event)
24-
- [openPanel(options)](https://developers.miro.com/docs/ui_boardui#openpanel)
23+
- [miro.board.ui.on('drop')](https://developers.miro.com/docs/ui_boardui#drop-event)
24+
- [miro.board.ui.openPanel()](https://developers.miro.com/docs/ui_boardui#openpanel)
2525
- [draggable elements](https://developers.miro.com/docs/add-drag-and-drop-to-your-app#add-draggable-elements-to-the-app-panel)
2626

2727
# 🛠️ Tools and Technologies <a name="tools"></a>

examples/enterprise-team-management/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,22 @@ https://github.com/miroapp/app-examples/assets/10800544/6096bd94-b0a2-46bf-a01f-
2020
# ⚙️ Included Features <a name="features"></a>
2121

2222
- [Miro REST API](https://developers.miro.com/reference/api-reference)
23+
24+
- /GET [https://api.miro.com/v1/oauth-token](https://developers.miro.com/reference/get-access-token-context)
25+
2326
- [Miro Enterprise REST APIs](https://developers.miro.com/reference/enterprise-create-team)
27+
- /GET [https://api.miro.com/v2/orgs/{org_id}](https://developers.miro.com/reference/enterprise-get-organization)
28+
<!-- - /GET [https://api.miro.com/v2/teams_settings/{team_id}](https://developers.miro.com/reference/enterprise-get-team-settings) -->
29+
- /GET [https://api.miro.com/v2/orgs/{org_id}/teams] i.e. List Teams API (https://developers.miro.com/reference/enterprise-get-teams)
30+
- /GET [https://api.miro.com/v2/orgs/{org_id}/teams/{team_id}/members] i.e. List Team Members API (https://developers.miro.com/reference/enterprise-get-team-members)
31+
- /POST [https://api.miro.com/v2/orgs/{org_id}/teams] i.e. Create Team API (https://developers.miro.com/reference/enterprise-create-team)
32+
- /POST [https://api.miro.com/v2/orgs/{org_id}/teams/{team_id}/members] i.e. Invite Team Members API (https://developers.miro.com/reference/enterprise-invite-team-member)
33+
- /PATCH [https://api.miro.com/v2/orgs/{org_id}/teams/{team_id}/members/{member_id}] i.e. Update Team Members API (https://developers.miro.com/reference/enterprise-update-team-member)
34+
- /DELETE [https://api.miro.com/v2/orgs/{org_id}/teams/{team_id}/members/{member_id}] i.e. Delete team member from team API (https://developers.miro.com/reference/enterprise-delete-team-member)
35+
- /DELETE [https://api.miro.com/v2/orgs/{org_id}/teams/{team_id}] i.e. Delete team API (https://developers.miro.com/reference/enterprise-delete-team)
36+
- /POST [https://api.miro.com/v2/boards] i.e. Create Board API (https://developers.miro.com/reference/create-board)
37+
- /POST [https://api.miro.com/v2/boards/{board_id}/sticky_notes] i.e. Create Sticky Note API (https://developers.miro.com/reference/create-sticky-note-item)
38+
- /GET [https://api.miro.com/v2/orgs/{org_id}/teams] i.e. List Teams API (https://developers.miro.com/reference/enterprise-get-teams)
2439

2540
# 🛠️ Tools and Technologies <a name="tools"></a>
2641

0 commit comments

Comments
 (0)