Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.382.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot authored and frankie567 committed Aug 29, 2024
1 parent dbb8bee commit 997f7ae
Show file tree
Hide file tree
Showing 10 changed files with 419 additions and 377 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

<div align="center">
<a href="https://codespaces.new/polarsource/polar-python.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
</div>
<br>

> **Remember to shutdown a GitHub Codespace when it is not in use!**
# Dev Containers Quick Start
Expand Down
6 changes: 4 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ management:
docVersion: 0.1.0
speakeasyVersion: 1.382.0
generationVersion: 2.404.11
releaseVersion: 0.0.0
configChecksum: 516597e48edc0a9ff444195c8c4264c3
releaseVersion: 0.0.1
configChecksum: b9bbc4a366d1f6a816c91bfb3fa2326a
repoURL: https://github.com/polarsource/polar-python.git
installationURL: https://github.com/polarsource/polar-python.git
features:
python:
additionalDependencies: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
python:
version: 0.0.0
version: 0.0.1
additionalDependencies:
dev: {}
main: {}
Expand Down
11 changes: 6 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ speakeasyVersion: 1.382.0
sources:
Polar-OAS:
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:80deb00134bbd166622e97b5106be3e2360cc8e598d74696c1d5fb1b687bf9ac
sourceBlobDigest: sha256:2e445b28e1c8f9fe80a9f4cfd04b44748fc6daa3cc521d13d73ea571bec616f2
sourceRevisionDigest: sha256:1e252550ec6627ad40066e15bdc3f66bd2dc2206614e6d8d0cb5fa11cff9900f
sourceBlobDigest: sha256:3303542239bcd6692ae1b85934483e76917bf962b7ffdddbe792c78718887a36
tags:
- latest
- main
targets:
polar:
source: Polar-OAS
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:80deb00134bbd166622e97b5106be3e2360cc8e598d74696c1d5fb1b687bf9ac
sourceBlobDigest: sha256:2e445b28e1c8f9fe80a9f4cfd04b44748fc6daa3cc521d13d73ea571bec616f2
outLocation: /Users/fvoron/Development/polar-python
sourceRevisionDigest: sha256:1e252550ec6627ad40066e15bdc3f66bd2dc2206614e6d8d0cb5fa11cff9900f
sourceBlobDigest: sha256:3303542239bcd6692ae1b85934483e76917bf962b7ffdddbe792c78718887a36
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ It has been generated successfully based on your OpenAPI spec. However, it is no

PIP
```bash
pip install git+<UNSET>.git
pip install git+https://github.com/polarsource/polar-python.git
```

Poetry
```bash
poetry add git+<UNSET>.git
poetry add git+https://github.com/polarsource/polar-python.git
```
<!-- End SDK Installation [installation] -->

Expand Down
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@


## 2024-08-29 15:59:32
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.382.0 (2.404.11) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.0.1] .
Loading

0 comments on commit 997f7ae

Please sign in to comment.