This action Generate API Clients by Swagger.
Required. Path to swagger.json file.
Required. Path to output files directory.
Required. Programming language for which clients will be generated.
The state of the action, if the API Clients generated successfully.
uses: actions/api-client-gen@v1
with:
inputFile: ./swagger.json
outputDirectory: ./out
language: typescript