vitrivr / cineast

Cineast is a multi-feature content-based mulitmedia retrieval engine. It is capable of retrieving images, audio- and video sequences as well as 3d models based on edge or color sketches, textual descriptions and example objects.
MIT License
57 stars 50 forks source link

Refactoring of POST handlers #292

Closed rahelarnold98 closed 2 years ago

rahelarnold98 commented 2 years ago

When using the API endpoints, it was noticed that two POST handlers were named GET handlers (FindFeaturesByCategoryGetHandler and FindFeaturesByEntityGetHandler). This naming issue is fixed with this commit. At the same time, the OpenApiSpecs were rebuilt. However, the functionality of Cineast has not changed.