Skip to content

Commit fc1975c

Browse files
committed
initial commit
0 parents  commit fc1975c

File tree

2,708 files changed

+176925
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,708 files changed

+176925
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This allows generated code to be indexed correctly
2+
*.cs linguist-generated=false

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
obj/
2+
bin/
3+
debug/

.speakeasy/gen.lock

Lines changed: 9362 additions & 0 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
configVersion: 2.0.0
2+
generation:
3+
sdkClassName: Apideck
4+
maintainOpenAPIOrder: true
5+
usageSnippets:
6+
optionalPropertyRendering: withExample
7+
useClassNamesForArrayFields: true
8+
fixes:
9+
nameResolutionDec2023: true
10+
parameterOrderingFeb2024: true
11+
requestResponseComponentNamesFeb2024: true
12+
auth:
13+
oAuth2ClientCredentialsEnabled: true
14+
oAuth2PasswordEnabled: true
15+
csharp:
16+
version: 0.0.1
17+
additionalDependencies: []
18+
author: Speakeasy
19+
clientServerStatusCodesAsErrors: true
20+
defaultErrorName: APIException
21+
disableNamespacePascalCasingApr2024: true
22+
dotnetVersion: net8.0
23+
enableSourceLink: false
24+
flattenGlobalSecurity: true
25+
flatteningOrder: parameters-first
26+
imports:
27+
option: openapi
28+
paths:
29+
callbacks: Models/Callbacks
30+
errors: Models/Errors
31+
operations: Models/Requests
32+
shared: Models/Components
33+
webhooks: Models/Webhooks
34+
includeDebugSymbols: false
35+
inputModelSuffix: input
36+
maxMethodParams: 4
37+
methodArguments: infer-optional-args
38+
outputModelSuffix: output
39+
packageName: Unify
40+
packageTags: ""
41+
responseFormat: envelope-http
42+
sourceDirectory: src

.speakeasy/workflow.lock

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
speakeasyVersion: 1.449.0
2+
sources:
3+
Apideck:
4+
sourceNamespace: apideck
5+
sourceRevisionDigest: sha256:f2467042d8f1c25aa5a878109a8c6a1cd30b46ef9f5b1711c883c31ea8c34788
6+
sourceBlobDigest: sha256:4b80a2c2395b135e9bca4bd96d2937997844d28e01fc0696474a068db8b5371d
7+
tags:
8+
- latest
9+
- 10.8.1
10+
targets:
11+
apideck:
12+
source: Apideck
13+
sourceNamespace: apideck
14+
sourceRevisionDigest: sha256:f2467042d8f1c25aa5a878109a8c6a1cd30b46ef9f5b1711c883c31ea8c34788
15+
sourceBlobDigest: sha256:4b80a2c2395b135e9bca4bd96d2937997844d28e01fc0696474a068db8b5371d
16+
codeSamplesNamespace: apideck-csharp-code-samples
17+
codeSamplesRevisionDigest: sha256:6a3e6c66b4fe42c8e5328a3629fb59bb8feb5491a89fd33e4a79e0666f70a3ac
18+
workflow:
19+
workflowVersion: 1.0.0
20+
speakeasyVersion: latest
21+
sources:
22+
Apideck:
23+
inputs:
24+
- location: https://ci-spec-unify.s3.eu-central-1.amazonaws.com/speakeasy-spec.yml
25+
registry:
26+
location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck
27+
targets:
28+
apideck:
29+
target: csharp
30+
source: Apideck
31+
codeSamples:
32+
registry:
33+
location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-csharp-code-samples
34+
blocking: false

.speakeasy/workflow.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
workflowVersion: 1.0.0
2+
speakeasyVersion: latest
3+
sources:
4+
Apideck:
5+
inputs:
6+
- location: https://ci-spec-unify.s3.eu-central-1.amazonaws.com/speakeasy-spec.yml
7+
registry:
8+
location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck
9+
targets:
10+
apideck:
11+
target: csharp
12+
source: Apideck
13+
codeSamples:
14+
registry:
15+
location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-csharp-code-samples
16+
blocking: false

CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to This Repository
2+
3+
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.
23+
24+
Thank you for your understanding and cooperation!
25+
26+
The Maintainers

0 commit comments

Comments
 (0)