-
Notifications
You must be signed in to change notification settings - Fork 25
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
[#IOPAE-1096]Add openapi definition for new services APIs #1109
[#IOPAE-1096]Add openapi definition for new services APIs #1109
Conversation
Jira Pull Request LinkThis Pull Request refers to the following Jira issue IOPAE-1096 |
Quality Gate passedIssues Measures |
Are we sure we don't need to output ProblemJson in case of HTTP 500? ie. https://github.com/pagopa/io-backend/blob/master/api_notifications.yaml#L65 |
Consider 502 and 504 http status as well. https://github.com/pagopa/io-backend/blob/master/api_io_sign.yaml#L97 |
I guess you also need to add a security section: https://github.com/pagopa/io-backend/blob/master/api_io_sign.yaml#L7 |
…tions in the services section (#5701) This pr depends on pagopa/io-backend#1109, pagopa/io-backend#1115 ## Short description This PR adds a new reducer and selectors to handle the list of institutions in the services section ## List of changes proposed in this pull request - Added home reducer, actions, and selectors - Added tests ## How to test Tests should be solved properly
List of Changes
io-services-app-backend.template.yaml
generate:api:services-app-backend
in package.json, this will generate all schemas and client in order to call the new services APIs exposed by theio-services-app-backend
Azure Function App.Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: