-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstants.ts
More file actions
27 lines (24 loc) · 915 Bytes
/
constants.ts
File metadata and controls
27 lines (24 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
export const DEFAULT_API_URL =
'https://raw.githubusercontent.com/stoplightio/elements/main/demo/src/reference/todo.v1.yaml';
export const EXAMPLE_SPECS = [
{
text: 'Pagopa-IO',
value:'https://raw.githubusercontent.com/pagopa/io-functions-services/50a116f/openapi/index.yaml',
},
{
text: 'PagoPa-PN-b2b-PA',
value:'https://raw.githubusercontent.com/pagopa/pn-delivery/develop/docs/openapi/api-external-b2b-pa.yaml'
},
{
text: 'PagoPa-PN-b2b-avanzamento',
value:'https://raw.githubusercontent.com/pagopa/pn-delivery-push/develop/docs/openapi/api-external-b2b-webhook.yaml'
},
{
text:'Firma Con IO User API',
value:'https://raw.githubusercontent.com/pagopa/io-sign/main/apps/io-func-sign-user/openapi.yaml',
},
{
text:'Firma con IO Issuer API',
value:'https://raw.githubusercontent.com/pagopa/io-sign/main/apps/io-func-sign-issuer/openapi.yaml'
}
];