03-19-2024 08:11 PM
I have the ai studio server running (in a docker container) and can view and explore the api on the docs page. Does some one have the yaml file for the api so I can automatically generate my client stubs? This is usually provided somewhere, but I can't seem to locate it.
03-22-2024 07:03 AM
Hi kenku,
Yaml file are usually file generated by developers themselves, and the official BME AI-Studio Server installation package does not include this file.
03-22-2024 10:59 AM
The developers of the AI Studio server should have developed one to produce the OpenAPI documentation for the server. That is usually shared by companies like Bosch to help other developers use their product. A common way to do this is to have a download link on the documentation page (that downloads it from the installed server). It would seem to be a simple thing to just include it