From e058bf18593bf5787b7f4188f7480b194ba6e6d1 Mon Sep 17 00:00:00 2001 From: Cristiano Hoshikawa Date: Thu, 13 Feb 2025 13:14:29 -0300 Subject: [PATCH] First commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bd5948..f772c20 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ You will get a XML file that will contain all the APIs definitions. ### Convert the Oracle API Gateway XML to a Swagger Specification -Change the variable filename to your exported OAG XML file and execute the Python generate_swagger.py file. +Change the variable filename to your exported OAG XML file and execute the Python [generate_swagger.py](./source/generate_swagger.py) file. ![img_3.png](images/img_3.png) @@ -71,7 +71,7 @@ You will receive files with YAML extension. Each file is a Swagger definition fo You will get inside the Swagger definition some lines commented. This lines represent the OAG orquestration on each API. This will help to plan and construct the orquestration in OIC. -Change the map_details.py Python file to include your OAG XML definition file and a filename for you output mapping definitions. +Change the [map_details.py](./source/map_details.py) Python file to include your OAG XML definition file and a filename for you output mapping definitions. ![img_6.png](images/img_6.png)