Due to changes in the URL suffix for accessing the REST API, the java apiconnector could no access the REST API of the live system nor could it download data which could not be retrieved from the local cache.
Contribution of PR
Fixing the suffic of the live system's URL in the OpenmlBasicConnector, changing it from api_new/v1/ to api/v1/.
How was this PR tested?
The PR was tested by running all JUnit tests of the apiconnector located in apiconnector/src/test/java/apiconnector/
Description
Due to changes in the URL suffix for accessing the REST API, the java apiconnector could no access the REST API of the live system nor could it download data which could not be retrieved from the local cache.
Contribution of PR
Fixing the suffic of the live system's URL in the OpenmlBasicConnector, changing it from
api_new/v1/
toapi/v1/
.How was this PR tested?
The PR was tested by running all JUnit tests of the apiconnector located in
apiconnector/src/test/java/apiconnector/