Skip to content

Commit 76b29fb

Browse files
committed
initial commit
0 parents  commit 76b29fb

File tree

2,716 files changed

+177273
-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,716 files changed

+177273
-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: 9410 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.2
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: ApideckUnifySdk
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.451.7
2+
sources:
3+
Apideck:
4+
sourceNamespace: apideck
5+
sourceRevisionDigest: sha256:eee4902687bd6f052dda870a6a13fea3c97b0831d61a4b0c5aa45a5d62e25858
6+
sourceBlobDigest: sha256:fddd10690c80869d4e68901544c3e4259054ba9a99e1419a5695ee831fb8e538
7+
tags:
8+
- latest
9+
- 10.8.2
10+
targets:
11+
apideck:
12+
source: Apideck
13+
sourceNamespace: apideck
14+
sourceRevisionDigest: sha256:eee4902687bd6f052dda870a6a13fea3c97b0831d61a4b0c5aa45a5d62e25858
15+
sourceBlobDigest: sha256:fddd10690c80869d4e68901544c3e4259054ba9a99e1419a5695ee831fb8e538
16+
codeSamplesNamespace: apideck-csharp-code-samples
17+
codeSamplesRevisionDigest: sha256:c2cf72d32371616839f330f0a63556752e29381c35d98f6ed623447271e7b93f
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

ApideckUnifySdk.sln

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApideckUnifySdk", "src\ApideckUnifySdk\ApideckUnifySdk.csproj", "{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}"
4+
EndProject
5+
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
EndGlobal

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)