Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,34 @@ speakeasyVersion: 1.542.3
sources:
api:
sourceNamespace: api
sourceRevisionDigest: sha256:5fdc16463d33034675331613d9fe804efad0073423478f13bb3b493c5eda9193
sourceRevisionDigest: sha256:51ac5e62b39a4b0f60a937182aba0f6aebdb35602906b918fe46ba18b74ace94
sourceBlobDigest: sha256:85b3645ceff5010fc000082dc687048500d03c1978454341fe6b2ab3a63aa75b
tags:
- latest
- speakeasy-sdk-regen-1746694903
- 2.0.0
targets:
api-go:
source: api
sourceNamespace: api
sourceRevisionDigest: sha256:5fdc16463d33034675331613d9fe804efad0073423478f13bb3b493c5eda9193
sourceRevisionDigest: sha256:51ac5e62b39a4b0f60a937182aba0f6aebdb35602906b918fe46ba18b74ace94
sourceBlobDigest: sha256:85b3645ceff5010fc000082dc687048500d03c1978454341fe6b2ab3a63aa75b
codeSamplesNamespace: api-go-code-samples
codeSamplesRevisionDigest: sha256:f68aab9152d4525f9bbd59db3e2d17ee2c6fb31a60ec1c98b214ebccde7bff3e
codeSamplesRevisionDigest: sha256:8a8f5ec19d76aa46fcf5269f26776ed51d726e320019dfcf49212daa9c1eb34a
api-py:
source: api
sourceNamespace: api
sourceRevisionDigest: sha256:5fdc16463d33034675331613d9fe804efad0073423478f13bb3b493c5eda9193
sourceRevisionDigest: sha256:51ac5e62b39a4b0f60a937182aba0f6aebdb35602906b918fe46ba18b74ace94
sourceBlobDigest: sha256:85b3645ceff5010fc000082dc687048500d03c1978454341fe6b2ab3a63aa75b
codeSamplesNamespace: api-python-code-samples
codeSamplesRevisionDigest: sha256:471fdda8bc9ac6309db4d89fc113a71e4437b3b7e933d86ab9d094efaffd810e
codeSamplesRevisionDigest: sha256:0355dc7591621dee70e844da059ddde73639eaa64142fc1ae22dccb3e9d93caa
api-ts:
source: api
sourceNamespace: api
sourceRevisionDigest: sha256:5fdc16463d33034675331613d9fe804efad0073423478f13bb3b493c5eda9193
sourceRevisionDigest: sha256:51ac5e62b39a4b0f60a937182aba0f6aebdb35602906b918fe46ba18b74ace94
sourceBlobDigest: sha256:85b3645ceff5010fc000082dc687048500d03c1978454341fe6b2ab3a63aa75b
codeSamplesNamespace: api-typescript-code-samples
codeSamplesRevisionDigest: sha256:826b2b2c16fa53e0c11496f5a3bef144d4db45c39279e8cf454f191826d4abd3
codeSamplesRevisionDigest: sha256:d710e10deec62a0f5100d5400c2e618c382e5e2be507cb58944ea3a7ea5c4ad8
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
13 changes: 13 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


## 2025-05-08 09:01:26
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.542.3 (2.597.9) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.0.3] api/py
- [typescript v2.0.0-alpha.9] api/ts
- [go v2.0.0-alpha.9] api/go
### Releases
- [Go v2.0.0-alpha.9] https://github.com/unkeyed/sdks/releases/tag/api/go/v2.0.0-alpha.9 - api/go
5 changes: 5 additions & 0 deletions api/go/.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/unkeyed/sdks.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
7 changes: 5 additions & 2 deletions api/go/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ management:
docVersion: 2.0.0
speakeasyVersion: 1.542.3
generationVersion: 2.597.9
releaseVersion: 2.0.0-alpha.8
configChecksum: ea8be04f8ea2867240128cdc71f05ed1
releaseVersion: 2.0.0-alpha.9
configChecksum: 4d9c36133ce6fce90fc4ecbd69783752
repoURL: https://github.com/unkeyed/sdks.git
repoSubDirectory: api/go
installationURL: https://github.com/unkeyed/sdks/api/go
features:
go:
additionalDependencies: 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion api/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Developer-friendly & type-safe Go SDK specifically catered to leverage *github.c

To add the SDK as a dependency to your project:
```bash
go get github.com/unkeyed/sdks/go/api/v2
go get github.com/unkeyed/sdks/api/go
```
<!-- End SDK Installation [installation] -->

Expand Down
2 changes: 1 addition & 1 deletion api/go/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
go:
version: 2.0.0-alpha.8
version: 2.0.0-alpha.9
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
4 changes: 2 additions & 2 deletions api/go/unkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ func New(opts ...SDKOption) *Unkey {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "2.0.0",
SDKVersion: "2.0.0-alpha.8",
SDKVersion: "2.0.0-alpha.9",
GenVersion: "2.597.9",
UserAgent: "speakeasy-sdk/go 2.0.0-alpha.8 2.597.9 2.0.0 github.com/unkeyed/sdks/go/api",
UserAgent: "speakeasy-sdk/go 2.0.0-alpha.9 2.597.9 2.0.0 github.com/unkeyed/sdks/go/api",
Hooks: hooks.New(),
},
}
Expand Down
7 changes: 5 additions & 2 deletions api/py/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ management:
docVersion: 2.0.0
speakeasyVersion: 1.542.3
generationVersion: 2.597.9
releaseVersion: 0.0.2
configChecksum: 47322d6802bbbd10f478ec015a8659c1
releaseVersion: 0.0.3
configChecksum: 310f7160fd41bccf53d7194b4cc0cd6c
repoURL: https://github.com/unkeyed/sdks.git
repoSubDirectory: api/py
installationURL: https://github.com/unkeyed/sdks.git#subdirectory=api/py
features:
python:
additionalDependencies: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion api/py/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
python:
version: 0.0.2
version: 0.0.3
additionalDependencies:
dev: {}
main: {}
Expand Down
4 changes: 2 additions & 2 deletions api/py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ The SDK can be installed with either *pip* or *poetry* package managers.
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.

```bash
pip install git+<UNSET>.git
pip install git+https://github.com/unkeyed/sdks.git#subdirectory=api/py
```

### Poetry

*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.

```bash
poetry add git+<UNSET>.git
poetry add git+https://github.com/unkeyed/sdks.git#subdirectory=api/py
```

### Shell and script usage with `uv`
Expand Down
Loading