Merge pull request #1 from speakeasybot/patch-1

chore: Updated secret name and improve README
This commit is contained in:
Kyle MacDonald
2024-06-13 15:19:16 -04:00
committed by GitHub
3 changed files with 11 additions and 10 deletions

View File

@@ -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 }}

View File

@@ -34,5 +34,5 @@ java:
inputModelSuffix: input
maxMethodParams: 4
outputModelSuffix: output
projectName: openapi
projectName: api
templateVersion: v2

View File

@@ -1,11 +1,12 @@
# openapi
<div align="left">
<a href="https://speakeasyapi.dev/"><img src="https://custom-icon-badges.demolab.com/badge/-Built%20By%20Speakeasy-212015?style=for-the-badge&logoColor=FBE331&logo=speakeasy&labelColor=545454" /></a>
<a href="https://opensource.org/licenses/MIT">
<img src="https://img.shields.io/badge/License-MIT-blue.svg" style="width: 100px; height: 28px;" />
</a>
<div align="center">
<img src="https://github.com/speakeasy-sdks/clerk-ts/assets/68016351/62e27b17-7a99-46cf-a09e-13d2f06f733e" width="500">
<p>The most comprehensive User Management Platform</p>
<a href="https://clerk.com/docs/reference/backend-api"><img src="https://img.shields.io/static/v1?label=Docs&message=API Ref&color=000000&style=for-the-badge" /></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" /></a>
</div>
<br></br>
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!** 🏗