Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 666 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 666 Bytes

Autogenerate Bacalhau clients

This folder contains the Makefile and config files to use Swagger/OpenAPI to auto-generate Bacalhau clients for the programming languages listed in clients/supported_langs. These clients wrap only the API endpoint calls and request/response models and do not ship the client-side logic necessary to properly operate the endpoints. It's highly recommended to use the Bacalhau Python SDK instead.


Note: for some reason, swagger-codegen version 3.0.36 does not generate any model nor API files properly. Please use version 2.4.29 instead.