Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pagopa-archive/mil-apis
SW Client Project - Multi-channel Integration Layer - OpenAPI
https://github.com/pagopa-archive/mil-apis
Last synced: about 12 hours ago
JSON representation
SW Client Project - Multi-channel Integration Layer - OpenAPI
- Host: GitHub
- URL: https://github.com/pagopa-archive/mil-apis
- Owner: pagopa-archive
- Archived: true
- Created: 2022-11-11T13:40:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T13:34:09.000Z (5 months ago)
- Last Synced: 2025-02-05T02:18:48.826Z (about 12 hours ago)
- Language: Shell
- Homepage:
- Size: 18.6 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Multi-channel Integration Layer APIs
OpenAPI descriptors of the services that make up the Multi-channel Integration Layer of SW Client project.## WARNING
Azure API Manager does not accept OpenAPI descriptors with references to other files.For this reason a pre-commit hook has been created which creates a normalized version of the descriptors.
To use the pre-commit hook, perform the following steps:
```shell script
cp utils/pre-commit .git/hooks
chmod +x .git/hooks/pre-commit
```In this way, every time a commit is done, the normalized version of the descriptors will be created and committed automatically.