Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.