openml / openml-java

Java library to interface with OpenML
10 stars 4 forks source link

Fixed wrong URL for accessing the REST API. #53

Closed mwever closed 1 year ago

mwever commented 1 year ago

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/ 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/