Skip to content

Commit 1abf6da

Browse files
Initial commit
1 parent 0284fca commit 1abf6da

File tree

139 files changed

+31746
-18929
lines changed

Some content is hidden

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

139 files changed

+31746
-18929
lines changed

.devcontainer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ The speakeasy CLI allows you to generate more usage snippets. Here's how:
2020
- To generate a sample for a specific operation by providing an operation ID, use:
2121

2222
```
23-
speakeasy generate usage -s ./glean.openapi.yaml -l python -i {INPUT_OPERATION_ID} -o ./samples
23+
speakeasy generate usage -s registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs -l python -i {INPUT_OPERATION_ID} -o ./samples
2424
```
2525

2626
- To generate samples for an entire namespace (like a tag or group name), use:
2727

2828
```
29-
speakeasy generate usage -s ./glean.openapi.yaml -l python -n {INPUT_TAG_NAME} -o ./samples
29+
speakeasy generate usage -s registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs -l python -n {INPUT_TAG_NAME} -o ./samples
3030
```

.devcontainer/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ python -m pip install --upgrade pip
1111
pip install -e .
1212

1313
# Generate starter usage sample with speakeasy
14-
speakeasy generate usage -s ./glean.openapi.yaml -l python -o samples/root.py
14+
speakeasy generate usage -s registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs -l python -o samples/root.py

.speakeasy/gen.lock

Lines changed: 97 additions & 52 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ configVersion: 2.0.0
22
generation:
33
devContainers:
44
enabled: true
5-
schemaPath: ./glean.openapi.yaml
5+
schemaPath: registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs
66
sdkClassName: Glean
77
maintainOpenAPIOrder: true
88
usageSnippets:
@@ -22,7 +22,7 @@ generation:
2222
tests:
2323
generateNewTests: true
2424
python:
25-
version: 0.7.3
25+
version: 0.8.5
2626
additionalDependencies:
2727
dev: {}
2828
main: {}

0 commit comments

Comments
 (0)