From b1ca9e9e84b6758506a17813cb9ea171d7c9d5b4 Mon Sep 17 00:00:00 2001 From: Speakeasy Bot Date: Thu, 13 Jun 2024 13:33:57 -0500 Subject: [PATCH 1/3] Update sdk_generation.yaml --- .github/workflows/sdk_generation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sdk_generation.yaml b/.github/workflows/sdk_generation.yaml index e4c3213..acd172c 100644 --- a/.github/workflows/sdk_generation.yaml +++ b/.github/workflows/sdk_generation.yaml @@ -22,7 +22,7 @@ jobs: speakeasy_version: latest secrets: github_access_token: ${{ secrets.GITHUB_TOKEN }} - gpg_pass_phrase: ${{ secrets.GPG_PASS_PHRASE }} - gpg_secret_key: ${{ secrets.GPG_SECRET_KEY }} + java_gpg_passphrase: ${{ secrets.GPG_PASS_PHRASE }} + java_gpg_secret_key: ${{ secrets.GPG_SECRET_KEY }} ossrh_password: ${{ secrets.OSSRH_PASSWORD }} speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }} From 224d164ef9cdf1a782ccf41b0272a50ef0eca044 Mon Sep 17 00:00:00 2001 From: Speakeasy Bot Date: Thu, 13 Jun 2024 11:37:31 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 948eed4..ce4612e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ -# openapi - -
- - - - +
+ +

The most comprehensive User Management Platform

+ +
+

+ +The Clerk Java library provides convenient access to the Clerk REST API from any Java application running Java8 or above. The library includes type definitions for all request params and response fields, and offers universal typescript runtime support powered by [Apache Httpclient](https://hc.apache.org/httpcomponents-client-4.5.x/index.html) ## 🏗 **Welcome to your new SDK!** 🏗 From eec7f25cd8f5d78da940fd44fd753b8d63ff2382 Mon Sep 17 00:00:00 2001 From: Speakeasy Bot Date: Thu, 13 Jun 2024 11:38:04 -0700 Subject: [PATCH 3/3] Update gen.yaml --- .speakeasy/gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index a7565aa..80f54c9 100755 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -34,5 +34,5 @@ java: inputModelSuffix: input maxMethodParams: 4 outputModelSuffix: output - projectName: openapi + projectName: api templateVersion: v2