This PR tries to make the usage of the APIs as similar as possible and reduces external dependencies.
Now the host and default query parameter are now in a different variable making the code much simpler.
Furthermore the Routing API uses the POST request to utilize the new custom_model feature.
As a result nearly all security problems are resolved.
This is a breaking change.
This PR tries to make the usage of the APIs as similar as possible and reduces external dependencies. Now the host and default query parameter are now in a different variable making the code much simpler. Furthermore the Routing API uses the POST request to utilize the new custom_model feature.
As a result nearly all security problems are resolved.