...
Method | Example | Outcome | |
---|---|---|---|
Without specifying the version. | https://localhost:9443/api/configs/algorithms | The latest API version (i.e. V11 ) is invoked. | |
Specifying V10 as the version | https://localhost:9443/api/v10/configs/algorithms | The V10 API version is invoked. | |
Specifying V11 as the version | https://localhost:9443/api/v11/configs/algorithms | The V11 API version is invoked. |
The following are the REST APIs that are implemented in WSO2 Machine Learner.
...