Interface WatsonxRestApi


@Path("/ml/v1") @Consumes("application/json") @Produces("application/json") @ClientHeaderParam(name="Authorization", value="Bearer {token}") public interface WatsonxRestApi
This Microprofile REST client is used as the building block of all the API calls to watsonx. The implementation is provided by the Reactive REST Client in Quarkus.