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: articles/api-center/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Create and use an API center for the following:
39
39
40
40
***API governance** - Organize and filter APIs and related resources using built-in and custom metadata, to help with API governance and discovery by API consumers. Set up linting and analysis to enforce API definition quality.
41
41
42
-
***API discovery and reuse** - Enable developers and API program managers to discover APIs via the Azure portal, an API Center portal, and developer tools including a [Visual Studio Code extension](use-vscode-extension.md) integrated with GitHub Copilot.
42
+
***API discovery and reuse** - Enable developers and API program managers to discover APIs via the Azure portal, an API Center portal, and developer tools including a [Visual Studio Code extension](use-vscode-extension.md).
43
43
44
44
For more about the entities you can manage and the capabilities in Azure API Center, see [Key concepts](key-concepts.md).
Copy file name to clipboardExpand all lines: articles/api-center/use-vscode-extension.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
title: Interact with API inventory using VS Code extension
3
-
description: Build, discover, try, and consume APIs from your Azure API center using the Azure API Center extension for Visual Studio Code (preview)
3
+
description: Build, discover, try, and consume APIs from your Azure API center using the Azure API Center extension for Visual Studio Code.
4
4
author: dlepow
5
5
ms.service: api-center
6
6
ms.topic: how-to
7
-
ms.date: 04/23/2024
7
+
ms.date: 05/17/2024
8
8
ms.author: danlep
9
9
ms.custom:
10
10
# Customer intent: As a developer, I want to use my Visual Studio Code environment to build, discover, try, and consume APIs in my organization's API center.
11
11
---
12
12
13
-
# Get started with the Azure API Center extension for Visual Studio Code (preview)
13
+
# Get started with the Azure API Center extension for Visual Studio Code
14
14
15
15
To build, discover, try, and consume APIs in your [API center](overview.md), you can use the Azure API Center extension in your Visual Studio Code development environment:
16
16
@@ -24,9 +24,6 @@ To build, discover, try, and consume APIs in your [API center](overview.md), you
> The Azure API Center extension for Visual Studio Code is in preview. Learn more about the [extension preview](https://marketplace.visualstudio.com/items?itemName=apidev.azure-api-center).
29
-
30
27
## Prerequisites
31
28
32
29
* One or more API centers in your Azure subscription. If you haven't created one already, see [Quickstart: Create your API center](set-up-api-center.md).
@@ -139,7 +136,24 @@ The client is generated.
139
136
140
137
For details on using the Kiota extension, see [Microsoft Kiota extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-graph.kiota).
141
138
142
-
## Related content
139
+
## Export API specification
140
+
141
+
You can export an API specification from a definition and then download it as a file.
142
+
143
+
To export a specification in the extension's tree view:
144
+
145
+
1. Expand the API Center tree view to show an API definition.
146
+
1. Right-click on the definition, and select **Export API**. A new tab appears that renders an API specification document.
147
+
148
+
:::image type="content" source="media/use-vscode-extension/export-specification.png" alt-text="Screenshot of exporting API specification in Visual Studio Code." lightbox="media/use-vscode-extension/export-specification.png":::
149
+
150
+
You can also export a specification using the Command Palette:
151
+
152
+
1. Type the **Ctrl+Shift+P** keyboard shortcut to open the Command Palette.
153
+
1. Select **Azure API Center: Export API**.
154
+
1. Make selections to navigate to an API definition. A new tab appears that renders an API specification document.
155
+
156
+
## Related content
143
157
144
158
*[Azure API Center - key concepts](key-concepts.md)
145
-
*[Discover APIs with GitHub Copilot Chat and Azure API Center extension for Visual Studio Code](use-vscode-extension-copilot.md)
0 commit comments