LionWeb-io / lionweb-repository

Reference implementation of LionWeb repository
Apache License 2.0
2 stars 1 forks source link

GET /additional/getNodeTree expects a body #75

Closed ftomassetti closed 5 days ago

ftomassetti commented 5 days ago

This particular route uses the method GET and look for a body. While this is technically permitted by the standard, it is discouraged and some libraries (like the one I am using) prevent it. If possible, I would consider switching to a POST.

joswarmer commented 5 days ago

This should be changed to 'post', just like was done for all routes in the bulk api.