Bentoml: [DOCS] how to build API client library with swagger(openapi)

Created on 21 May 2020  路  2Comments  路  Source: bentoml/BentoML

Add a document showcasing how a user can utilize BentoML API model server's Swagger definition endpoint "/docs.json", to build API client for any programming language.

This can be a guide under advanced guides section.

BentoML already provides swagger definitions for user to build API clients. User can find the API spec from the "/docs.json" endpoint of BentoML API server, or the bentoml open-api-spec IrisClassifier:latest cli command.

The guide should also demonstrate how to use the API spec to build a simple API client as an example. More about it here: https://swagger.io/tools/swagger-codegen/

documentation help wanted

All 2 comments

is someone already working on this? if not I can start working on this

@rscnt I don't think anyone is working on it, feel free to take it!

Was this page helpful?
0 / 5 - 0 ratings