Skip to content

Commit a988f6e

Browse files
Merge pull request #1 from mollie/speakeasy-sdk-regen-1746614317
chore: 🐝 Update SDK - Generate 0.2.0
2 parents 9055a85 + 9a81ac4 commit a988f6e

File tree

2,081 files changed

+84080
-23222
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,081 files changed

+84080
-23222
lines changed

.devcontainer/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
<div align="center">
3+
<a href="https://codespaces.new/mollie/mollie-api-python-alpha.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
4+
</div>
5+
<br>
6+
27
> **Remember to shutdown a GitHub Codespace when it is not in use!**
38
49
# Dev Containers Quick Start
@@ -20,11 +25,11 @@ The speakeasy CLI allows you to generate more usage snippets. Here's how:
2025
- To generate a sample for a specific operation by providing an operation ID, use:
2126

2227
```
23-
speakeasy generate usage -s ../../openapi-specs/mol-public-api/v2/specs.yaml -l python -i {INPUT_OPERATION_ID} -o ./samples
28+
speakeasy generate usage -s https://raw.githubusercontent.com/mollie/openapi-specs/main/specs.yaml -l python -i {INPUT_OPERATION_ID} -o ./samples
2429
```
2530

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

2833
```
29-
speakeasy generate usage -s ../../openapi-specs/mol-public-api/v2/specs.yaml -l python -n {INPUT_TAG_NAME} -o ./samples
34+
speakeasy generate usage -s https://raw.githubusercontent.com/mollie/openapi-specs/main/specs.yaml -l python -n {INPUT_TAG_NAME} -o ./samples
3035
```

.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 ../../openapi-specs/mol-public-api/v2/specs.yaml -l python -o samples/root.py
14+
speakeasy generate usage -s https://raw.githubusercontent.com/mollie/openapi-specs/main/specs.yaml -l python -o samples/root.py

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
README-PYPI.md
2+
**/.speakeasy/temp/
3+
**/.speakeasy/logs/
14
.venv/
25
venv/
36
src/*.egg-info/

.speakeasy/gen.lock

Lines changed: 2427 additions & 1665 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ generation:
1414
parameterOrderingFeb2024: true
1515
requestResponseComponentNamesFeb2024: true
1616
securityFeb2025: true
17+
sharedErrorComponentsApr2025: false
1718
auth:
1819
oAuth2ClientCredentialsEnabled: true
1920
oAuth2PasswordEnabled: true
2021
python:
21-
version: 0.1.5
22+
version: 0.2.0
2223
additionalDependencies:
2324
dev: {}
2425
main: {}

.speakeasy/workflow.lock

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
1-
speakeasyVersion: 1.505.2
1+
speakeasyVersion: 1.542.3
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:5ef77e134aa0fb18a8cd02d71f243e8aa17d97cdfac4fea0b722a85327e656cd
6-
sourceBlobDigest: sha256:8e81064e139b4dae5cb23f781f8adfa18096ffb2ce1eff7e9e2cf4fe8b00d83c
5+
sourceRevisionDigest: sha256:f522c8c3184de3c0f913dc2451964c5d53191df26c0f864f8d744c18a5cd9c28
6+
sourceBlobDigest: sha256:70757b492bb5baf375a837111011392d3926cd5a7b0120dcb842a124f0d4f9ff
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1746614317
910
- 1.0.0
1011
targets:
1112
client:
1213
source: Mollie API
1314
sourceNamespace: mollie-api
14-
sourceRevisionDigest: sha256:5ef77e134aa0fb18a8cd02d71f243e8aa17d97cdfac4fea0b722a85327e656cd
15-
sourceBlobDigest: sha256:8e81064e139b4dae5cb23f781f8adfa18096ffb2ce1eff7e9e2cf4fe8b00d83c
15+
sourceRevisionDigest: sha256:f522c8c3184de3c0f913dc2451964c5d53191df26c0f864f8d744c18a5cd9c28
16+
sourceBlobDigest: sha256:70757b492bb5baf375a837111011392d3926cd5a7b0120dcb842a124f0d4f9ff
1617
codeSamplesNamespace: mollie-api-python-code-samples
17-
codeSamplesRevisionDigest: sha256:b9913f9756b1b597efd3874481161aab46121f5bb8ee92f61baa24337ca08934
18+
codeSamplesRevisionDigest: sha256:e7b015d5f48303de3aa8b80a5afb4e75053652bb68379a125aca517824312a8c
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest
2122
sources:
2223
Mollie API:
2324
inputs:
24-
- location: ../../openapi-specs/mol-public-api/v2/specs.yaml
25+
- location: https://raw.githubusercontent.com/mollie/openapi-specs/main/specs.yaml
26+
authHeader: Authorization
27+
authSecret: $openapi_doc_auth_token
2528
registry:
2629
location: registry.speakeasyapi.dev/mollie-oom/mollie/mollie-api
2730
targets:

0 commit comments

Comments
 (0)