github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/clients/README.md (about)

     1  # Autogenerate Bacalhau clients
     2  
     3  This folder contains the Makefile and config files to use [Swagger](https://swagger.io/tools/swagger-codegen/)/OpenAPI to auto-generate Bacalhau clients for the programming languages listed in [clients/supported_langs](clients/supported_langs).
     4  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](../python).
     5  
     6  ---
     7  
     8  ~Note: for some reason, `swagger-codegen` version 3.0.36 does not generate any model nor API files properly.
     9  Please use version 2.4.29 instead.~