Skip to content

ajupov/api-client-gen

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

api-client-gen action

This action Generate API Clients by Swagger.

Inputs

inputFile

Required. Path to swagger.json file.

outputDirectory

Required. Path to output files directory.

language

Required. Programming language for which clients will be generated.

Outputs

result

The state of the action, if the API Clients generated successfully.

Example usage

uses: actions/api-client-gen@v1
with:
    inputFile: ./swagger.json
    outputDirectory: ./out
    language: typescript

About

API Clients generator by Swagger

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages