Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

WSO2 Machine Learner 1.1.0 includes revisions made to the REST API since the Machine Learner 1.0.0 release. These modifications include introducing new query parameters, changing path parameters, introducing new APIs etc. However, you can use the previous REST API version if required by making slight  modifications to the URI.

In ML 1.1.0, a user can invoke an API by providing the URI in the following three ways.

MethodExampleOutcome
Without specifying the version.https://localhost:9443/api/configs/algorithmsThe latest API version (i.e. V11) is invoked.
Specifying V10 as the version  
Specifying V11 as the version  

 

The following are the REST APIs that are implemented in  WSO2 Machine Learner.

...