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
Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.
4
+
5
+
## How to Report Issues
6
+
7
+
If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:
8
+
9
+
- A clear and descriptive title
10
+
- Steps to reproduce the issue
11
+
- Expected and actual behavior
12
+
- Any relevant logs, screenshots, or error messages
13
+
- Information about your environment (e.g., operating system, software versions)
14
+
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed
15
+
16
+
## Issue Triage and Upstream Fixes
17
+
18
+
We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.
19
+
20
+
## Contact
21
+
22
+
If you have any questions or need further assistance, please feel free to reach out by opening an issue.
Copy file name to clipboardExpand all lines: NUGET.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -243,9 +243,9 @@ catch (Exception ex)
243
243
244
244
You can override the default server globally by passing a server name to the `server: string` optional parameter when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the names associated with the available servers:
Copy file name to clipboardExpand all lines: README.md
+22-4
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ var res = await sdk.Artifacts.CreateRemoteSourceAsync(req);
89
89
*[ListRemoteSources](docs/sdks/artifacts/README.md#listremotesources) - Get remote sources attached to a particular namespace
90
90
*[PostTags](docs/sdks/artifacts/README.md#posttags) - Add tags to an existing revision
91
91
*[Preflight](docs/sdks/artifacts/README.md#preflight) - Get access token for communicating with OCI distribution endpoints
92
+
*[SetArchived](docs/sdks/artifacts/README.md#setarchived) - Set whether a namespace is archived
92
93
*[SetVisibility](docs/sdks/artifacts/README.md#setvisibility) - Set visibility of a namespace with an existing metadata entry
93
94
94
95
### [Auth](docs/sdks/auth/README.md)
@@ -102,7 +103,6 @@ var res = await sdk.Artifacts.CreateRemoteSourceAsync(req);
102
103
103
104
*[GenerateCodeSamplePreview](docs/sdks/codesamples/README.md#generatecodesamplepreview) - Generate Code Sample previews from a file and configuration parameters.
104
105
*[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.
105
-
*[Get](docs/sdks/codesamples/README.md#get) - Retrieve usage snippets from document stored in the registry
106
106
*[GetCodeSamplePreviewAsync](docs/sdks/codesamples/README.md#getcodesamplepreviewasync) - Poll for the result of an asynchronous Code Sample preview generation.
107
107
108
108
### [Events](docs/sdks/events/README.md)
@@ -130,17 +130,35 @@ var res = await sdk.Artifacts.CreateRemoteSourceAsync(req);
*[Create](docs/sdks/publishingtokens/README.md#create) - Create a publishing token for a workspace
144
+
*[Delete](docs/sdks/publishingtokens/README.md#delete) - Delete a specific publishing token
145
+
*[Get](docs/sdks/publishingtokens/README.md#get) - Get a specific publishing token
146
+
*[List](docs/sdks/publishingtokens/README.md#list) - Get publishing tokens for a workspace
147
+
*[ResolveMetadata](docs/sdks/publishingtokens/README.md#resolvemetadata) - Get metadata about the token
148
+
*[ResolveTarget](docs/sdks/publishingtokens/README.md#resolvetarget) - Get a specific publishing token target
149
+
*[Update](docs/sdks/publishingtokens/README.md#update) - Updates the validitity period of a publishing token
150
+
138
151
### [Reports](docs/sdks/reports/README.md)
139
152
140
153
*[GetChangesReportSignedUrl](docs/sdks/reports/README.md#getchangesreportsignedurl) - Get the signed access url for the change reports for a particular document.
141
154
*[GetLintingReportSignedUrl](docs/sdks/reports/README.md#getlintingreportsignedurl) - Get the signed access url for the linting reports for a particular document.
142
155
*[UploadReport](docs/sdks/reports/README.md#uploadreport) - Upload a report.
*[CreateSchemaStoreItem](docs/sdks/schemastore/README.md#createschemastoreitem) - Create a schema in the schema store
160
+
*[GetSchemaStoreItem](docs/sdks/schemastore/README.md#getschemastoreitem) - Get a OAS schema from the schema store
161
+
144
162
145
163
### [ShortURLs](docs/sdks/shorturls/README.md)
146
164
@@ -188,9 +206,9 @@ var res = await sdk.Artifacts.CreateRemoteSourceAsync(req);
188
206
189
207
You can override the default server globally by passing a server name to the `server: string` optional parameter when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the names associated with the available servers:
0 commit comments