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 }} 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 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!** 🏗