ThePrez / WatsonX-SDK-Db2-IBMi

WatsonX client SDK for Db2 on IBM i
GNU General Public License v3.0
2 stars 0 forks source link

Ensure all URLs make use of variables #7

Closed worksofliam closed 3 months ago

worksofliam commented 3 months ago

We need to control these props of all URLs using SQL variables:

An function like the following might be useful here:

set url = getWatsonXUrl('/ml/v1/foundation_model_specs');

set response = HTTP_POST(url, ...);