Skip to content

Commit

Permalink
Merge pull request #2 from liblaber/clean-config-file
Browse files Browse the repository at this point in the history
Cleaning up the config file
  • Loading branch information
Jim Bennett authored Mar 28, 2024
2 parents 8a4f513 + 079d366 commit 04bcb2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 36 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,6 @@ dist

# JetBrains IDE
.idea

# Generated SDKs
output/
41 changes: 5 additions & 36 deletions liblab.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,61 +10,30 @@
"typescript"
],
"createDocs": false,
"auth": [
"bearer"
],
"customizations": {
"includeOptionalSnippetParameters": true,
"authentication": {
"access": {
"prefix": "Bearer"
}
},
"devContainer": false,
"generateEnv": true,
"inferServiceNames": false,
"injectedModels": [],
"license": {
"type": "MIT"
},
"responseHeaders": false,
"retry": {
"enabled": true,
"maxAttempts": 3,
"retryDelay": 150
}
},
"languageOptions": {
"python": {
"alwaysInitializeOptionals": false,
"pypiPackageName": "",
"liblabVersion": "2",
"pypiPackageName": "petstore-sdk",
"githubRepoName": "",
"ignoreFiles": [],
"sdkVersion": "1.0.0"
},
"typescript": {
"bundle": false,
"exportClassDefault": false,
"httpClient": "axios",
"npmName": "",
"npmName": "petstore-sdk",
"npmOrg": "",
"githubRepoName": "",
"ignoreFiles": [],
"sdkVersion": "1.0.0"
},
"go": {
"goModuleName": "github.com/swagger-api/swagger-petstore",
"githubRepoName": "",
"ignoreFiles": [],
"sdkVersion": "1.0.0"
},
"csharp": {
"githubRepoName": "",
"ignoreFiles": [],
"sdkVersion": "1.0.0"
"sdkVersion": "1.0.0",
"packageId": "Petstore.SDK"
}
},
"liblabVersion": "1",
"publishing": {
"githubOrg": ""
}
Expand Down

0 comments on commit 04bcb2c

Please sign in to comment.