mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce09c0c9f6 | ||
|
|
d17be8f8fa | ||
|
|
2e07625687 | ||
|
|
258203517f | ||
|
|
af70af8aee | ||
|
|
ee80753a6b |
5
.github/workflows/sdk_generation.yaml
vendored
5
.github/workflows/sdk_generation.yaml
vendored
@@ -26,7 +26,8 @@ jobs:
|
||||
speakeasy_version: latest
|
||||
secrets:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
java_gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }}
|
||||
java_gpg_secret_key: ${{ secrets.JAVA_GPG_SECRET_KEY }}
|
||||
java_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
java_gpg_secret_key: ${{ secrets.GPG_SECRET_KEY }}
|
||||
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
|
||||
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
|
||||
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
|
||||
|
||||
4
.github/workflows/sdk_publish.yaml
vendored
4
.github/workflows/sdk_publish.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
|
||||
secrets:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
java_gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }}
|
||||
java_gpg_secret_key: ${{ secrets.JAVA_GPG_SECRET_KEY }}
|
||||
java_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
java_gpg_secret_key: ${{ secrets.GPG_SECRET_KEY }}
|
||||
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
|
||||
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
|
||||
|
||||
@@ -3,10 +3,10 @@ id: 1732900d-e173-47c1-a90d-d45182eb35d9
|
||||
management:
|
||||
docChecksum: a6fee1797b2da7ccbaf7743772a40b56
|
||||
docVersion: 0.0.3
|
||||
speakeasyVersion: 1.397.2
|
||||
speakeasyVersion: 1.397.3
|
||||
generationVersion: 2.415.8
|
||||
releaseVersion: 0.3.3
|
||||
configChecksum: a6378b080b9448e1abe66db14fe24490
|
||||
releaseVersion: 0.3.5
|
||||
configChecksum: 4c3849409a619a08ad17d85569b6ab77
|
||||
repoURL: https://github.com/LukeHagar/plexjava.git
|
||||
published: true
|
||||
features:
|
||||
|
||||
@@ -12,7 +12,7 @@ generation:
|
||||
auth:
|
||||
oAuth2ClientCredentialsEnabled: true
|
||||
java:
|
||||
version: 0.3.3
|
||||
version: 0.3.5
|
||||
additionalDependencies: []
|
||||
additionalPlugins: []
|
||||
artifactID: plexapi
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
speakeasyVersion: 1.397.2
|
||||
speakeasyVersion: 1.397.3
|
||||
sources:
|
||||
my-source:
|
||||
sourceNamespace: my-source
|
||||
@@ -20,7 +20,7 @@ targets:
|
||||
sourceRevisionDigest: sha256:533fe97486e3fe2d84e890b7bbcdba4543d415e45181386154e011861f6da36f
|
||||
sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9
|
||||
codeSamplesNamespace: code-samples-java-plexjava
|
||||
codeSamplesRevisionDigest: sha256:14636d40633d1bfe4265214260f6ed238d889442576562ffc77adf3081337013
|
||||
codeSamplesRevisionDigest: sha256:03bbcd874f602bc3c4399006b5786cf79cc602609d21aeb38a332f69e03fde9e
|
||||
workflow:
|
||||
workflowVersion: 1.0.0
|
||||
speakeasyVersion: latest
|
||||
@@ -34,7 +34,7 @@ workflow:
|
||||
source: plexapi
|
||||
publish:
|
||||
java:
|
||||
ossrhUsername: J4dlHj0l
|
||||
ossrhUsername: $ossrh_username
|
||||
ossrhPassword: $ossrh_password
|
||||
gpgSecretKey: $java_gpg_secret_key
|
||||
gpgPassPhrase: $java_gpg_passphrase
|
||||
|
||||
@@ -10,7 +10,7 @@ targets:
|
||||
source: plexapi
|
||||
publish:
|
||||
java:
|
||||
ossrhUsername: J4dlHj0l
|
||||
ossrhUsername: $ossrh_username
|
||||
ossrhPassword: $ossrh_password
|
||||
gpgSecretKey: $java_gpg_secret_key
|
||||
gpgPassPhrase: $java_gpg_passphrase
|
||||
|
||||
@@ -37,7 +37,7 @@ The samples below show how a published SDK artifact is used:
|
||||
|
||||
Gradle:
|
||||
```groovy
|
||||
implementation 'dev.plexapi:plexapi:0.3.3'
|
||||
implementation 'dev.plexapi:plexapi:0.3.5'
|
||||
```
|
||||
|
||||
Maven:
|
||||
@@ -45,7 +45,7 @@ Maven:
|
||||
<dependency>
|
||||
<groupId>dev.plexapi</groupId>
|
||||
<artifactId>plexapi</artifactId>
|
||||
<version>0.3.3</version>
|
||||
<version>0.3.5</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
||||
22
RELEASES.md
22
RELEASES.md
@@ -38,4 +38,24 @@ Based on:
|
||||
### Generated
|
||||
- [java v0.3.3] .
|
||||
### Releases
|
||||
- [Maven Central v0.3.3] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.3 - .
|
||||
- [Maven Central v0.3.3] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.3 - .
|
||||
|
||||
## 2024-09-16 19:14:13
|
||||
### Changes
|
||||
Based on:
|
||||
- OpenAPI Doc
|
||||
- Speakeasy CLI 1.397.3 (2.415.8) https://github.com/speakeasy-api/speakeasy
|
||||
### Generated
|
||||
- [java v0.3.4] .
|
||||
### Releases
|
||||
- [Maven Central v0.3.4] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.4 - .
|
||||
|
||||
## 2024-09-16 19:32:27
|
||||
### Changes
|
||||
Based on:
|
||||
- OpenAPI Doc
|
||||
- Speakeasy CLI 1.397.3 (2.415.8) https://github.com/speakeasy-api/speakeasy
|
||||
### Generated
|
||||
- [java v0.3.5] .
|
||||
### Releases
|
||||
- [Maven Central v0.3.5] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.5 - .
|
||||
@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
|
||||
}
|
||||
|
||||
group = "dev.plexapi"
|
||||
version = "0.3.3"
|
||||
version = "0.3.5"
|
||||
|
||||
sourcesJar {
|
||||
archiveBaseName = "plexapi"
|
||||
@@ -101,7 +101,7 @@ publishing {
|
||||
maven(MavenPublication) {
|
||||
groupId = 'dev.plexapi'
|
||||
artifactId = 'plexapi'
|
||||
version = '0.3.3'
|
||||
version = '0.3.5'
|
||||
|
||||
from components.java
|
||||
|
||||
|
||||
@@ -36,9 +36,9 @@ class SDKConfiguration {
|
||||
} };
|
||||
public String language = "java";
|
||||
public String openapiDocVersion = "0.0.3";
|
||||
public String sdkVersion = "0.3.3";
|
||||
public String sdkVersion = "0.3.5";
|
||||
public String genVersion = "2.415.8";
|
||||
public String userAgent = "speakeasy-sdk/java 0.3.3 2.415.8 0.0.3 dev.plexapi.sdk";
|
||||
public String userAgent = "speakeasy-sdk/java 0.3.5 2.415.8 0.0.3 dev.plexapi.sdk";
|
||||
|
||||
private Hooks _hooks = createHooks();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user