-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In F!F example, REST endpoint Mundo does not appear in OpenAPI spec #6076
Comments
Hoi Martijn, De link die je deelt refereert naar een endpoint dat een overzicht retourneert van alle beschikbare endpoints van de De OpenAPI spec die je zoekt vind je hier: https://frank2example.frankframework.org/iaf/api/webservices/openapi.json |
I would expect the service url in https://frank2example.frankframework.org/iaf/api/webservices/openapi.json?uri=/mundo (which you can find going to webservices and opening the OpenAPI 3.0 for this service) |
Hallo Laurens. Wat bedoel je met de F!F API? Wie beslist welke adapters in het F!F bij de "F!F API" horen en welke adapters die er ook zijn daar buiten vallen? Is er ergens een file waar dat verschil bepaald wordt? |
Ik doel op de API van het framework zelf, deze wordt gebruikt voor de GUI. De adapters met een |
Als je https://frank2example.frankframework.org/iaf/api/webservices/openapi.json?uri=/mundo opent, dan zie je een OpenAPI spec waarin Mundo beschreven staat. |
Dat is inderdaad raar, ik maak daar een los issue voor. Is dit issue zo verder afgehandeld? |
Ja, is zo afgehandeld, @nielsm5. |
Volgens mij is het ook nog steeds een p;robleem dat "servers" leeg is in https://frank2example.frankframework.org/iaf/api/webservices/openapi.json?uri=/mundo (zie mijn comment van 8 jan). Ik heb nu #6373 aangemaakt |
❗ please do not add sensitive information in issues, you can provide extra information via email using issue number as reference ❗
Describe the issue
In the F!F sources, there is a configuration in file example/src/main/resources/ConfigurationManualExerciseMundo. It has
<ApiListener name="ManualExerciseMundo" uriPattern="/mundo" method="POST" />
. However, url https://frank2example.frankframework.org/iaf/api shows a page in which the word "mundo" does not appear.Reporter
Martijn Dirkse
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Configuration
Input
Environment
Additional Environment
Additional Context
Add any other context about the problem here. (f.e. ladybug report / test adapter with larva test)
The text was updated successfully, but these errors were encountered: