openml / server-api

Python-based server
https://openml.github.io/server-api/
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Get/data/list #109

Closed PGijsbers closed 11 months ago

PGijsbers commented 11 months ago

Adds the data/list endpoint. The query parameters which were previously expected as a path are now instead expected as body parameters. This makes longer queries possible, and makes it easier to document the various parameters with FastAPI.