Split up Swagger in two separate files with SE and TP URI, to accommodate two separate stubs

This commit is contained in:
Max Martens 2025-02-27 16:33:52 +01:00
parent c21f8f9e34
commit cc7da9d69e
2 changed files with 2556 additions and 6 deletions

View File

@ -71,7 +71,7 @@ paths:
"productPageUrl": null,
"_links": {
"get_details": {
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/99",
"href": "https://api.integratielaag.nl/abt/abtserviceengine/2.0/products/99",
"method": "GET"
}
}
@ -104,7 +104,7 @@ paths:
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
"_links": {
"get_details": {
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/2",
"href": "https://api.integratielaag.nl/abt/abtserviceengine/2.0/products/2",
"method": "GET"
}
}
@ -137,7 +137,7 @@ paths:
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
"_links": {
"get_details": {
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/2",
"href": "https://api.integratielaag.nl/abt/abtserviceengine/2.0/products/2",
"method": "GET"
}
}
@ -169,7 +169,7 @@ paths:
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
"_links": {
"get_details": {
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/49",
"href": "https://api.integratielaag.nl/abt/abtserviceengine/2.0/products/49",
"method": "GET"
}
}
@ -202,7 +202,7 @@ paths:
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
"_links": {
"get_details": {
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/2",
"href": "https://api.integratielaag.nl/abt/abtserviceengine/2.0/products/2",
"method": "GET"
}
}
@ -232,7 +232,7 @@ paths:
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
"_links": {
"get_details": {
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/4",
"href": "https://api.integratielaag.nl/abt/abtserviceengine/2.0/products/4",
"method": "GET"
}
}

File diff suppressed because it is too large Load Diff