-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenAPI: Regenerates API Bindings (#33)
* Regenerates API Bindings * ENG 18614/test clean up (#34) * Fixing version * Replacing pom.xml with correct version * Adding test clean up * Adding verified translate test * Adding PAT to openapi generator GHA * Fixing compilation errors * Fixing compilation errors * Fixing compilation errors * Fixing compilation errors * Adding verified translation upload file * Fixing unzip * Removing newline from test_file.txt * Removed deprecated maven install * Adding testing headers * Fixing pom.xml, adding openapi-generator settings * Updating pom.xml version * Readding apache.commons.io dependency
- Loading branch information
1 parent
6e3f976
commit aa1cf7c
Showing
96 changed files
with
1,787 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,10 +23,20 @@ jobs: | |
args: >- | ||
generate | ||
-i https://developers.lilt.com/redocusaurus/plugin-redoc-0.yaml | ||
-p apiPackage=com.lilt.client.api | ||
-p artifactId=lilt-java | ||
-p artifactUrl=https://github.com/lilt/lilt-java | ||
-p [email protected] | ||
-p developerName="Nicholas Chiu" | ||
-p developerOrganization="Lilt" | ||
-p developerOrganizationUrl=https://lilt.com | ||
-p groupId=com.lilt.client | ||
-g java | ||
-p licenseName="Lilt Client Library License" | ||
-p licenseUrl=license.md | ||
-p modelPackage=com.lilt.client.model | ||
-p apiPackage=com.lilt.client.api | ||
-p packageVersion=${{ github.event.client_payload.version }} | ||
--package-name lilt | ||
--git-host github.com | ||
--git-user-id lilt | ||
|
@@ -36,6 +46,7 @@ jobs: | |
- name: Create Pull Request | ||
uses: peter-evans/[email protected] | ||
with: | ||
token: ${{ secrets.GHA_REPO_DISPATCH_TOKEN }} | ||
commit-message: Regenerates API Bindings | ||
title: "OpenAPI: Regenerates API Bindings" | ||
body: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.