OpenAPI integration with Jolie self-contained REST services #479
mwallnoefer
started this conversation in
Ideas (Features, Fixes, etc.)
Replies: 1 comment
-
|
Hi Matthias, you are right. So far it is not possible to create an OpenAPI spec starting from the osc parameters in the http protocol. At the same time, actually, jester is not necessary because the tool just analyzes the template.json file. I think it is sufficient to extract the template from the osc parameters and then reusing the same tool. If you are interested in developing this part, I can help you, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As I have explored Jolie capabilities for creating self-contained REST services over the HTTP osc calls I have wondered how to generate an OpenAPI spec. According to the docs this seems impossible, since the jolie2openapi tool interacts exclusively with Jester, the more powerful alternative for REST in Jolie which requires an external rest call descriptor (rest_template.json).
So my question is as follows: does there exist some plan to implement an OpenAPI-compatible export feature also for self-contained REST services? I guess that it could make sense, since the solution seems easier.
Beta Was this translation helpful? Give feedback.
All reactions