Skip to content

pagopa/interop-probing-core

Repository files navigation

Interoperability Probing Monorepo

How to start

To get started, you will need:

Install the required dependencies with:

pnpm install

Build the project:

pnpm build

Working with the REST API

All array query parameters for REST API must be passed with brackets for proper functionality, following the format: ?parameterName[]=value1&parameterName[]=value2 .