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
*[generateCodeSamplePreview](docs/sdks/codesamples/README.md#generatecodesamplepreview) - Generate Code Sample previews from a file and configuration parameters.
140
140
*[generateCodeSamplePreviewAsync](docs/sdks/codesamples/README.md#generatecodesamplepreviewasync) - Initiate asynchronous Code Sample preview generation from a file and configuration parameters, receiving an async JobID response for polling.
141
-
*[get](docs/sdks/codesamples/README.md#get) - Retrieve usage snippets from document stored in the registry
*[getCodeSamplePreviewAsync](docs/sdks/codesamples/README.md#getcodesamplepreviewasync) - Poll for the result of an asynchronous Code Sample preview generation.
|`languages`| List\<*String*> |:heavy_minus_sign:| The languages to retrieve snippets for.||
9
+
|`operationIds`| List\<*String*> |:heavy_minus_sign:| The operation IDs to retrieve snippets for.| getPetById|
10
+
|`registryUrl`|*String*|:heavy_check_mark:| The registry URL from which to retrieve the snippets. |https://spec.speakeasy.com/my-org/my-workspace/my-source|
Copy file name to clipboardExpand all lines: docs/sdks/codesamples/README.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ REST APIs for retrieving Code Samples
9
9
10
10
*[generateCodeSamplePreview](#generatecodesamplepreview) - Generate Code Sample previews from a file and configuration parameters.
11
11
*[generateCodeSamplePreviewAsync](#generatecodesamplepreviewasync) - Initiate asynchronous Code Sample preview generation from a file and configuration parameters, receiving an async JobID response for polling.
12
-
*[get](#get) - Retrieve usage snippets from document stored in the registry
12
+
*[get](#get) - Retrieve usage snippets
13
13
*[getCodeSamplePreviewAsync](#getcodesamplepreviewasync) - Poll for the result of an asynchronous Code Sample preview generation.
0 commit comments