From 7cd2415488692daeea32ea4419699cb3e4da482a Mon Sep 17 00:00:00 2001 From: Cristiano Hoshikawa Date: Tue, 28 Jan 2025 18:43:56 -0300 Subject: [PATCH] First commit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5f53573..5b6711f 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,13 @@ After run this python code, you will get a more detailed definitions for each or ### Deploy the Swagger to OCI API Gateway +All the YAML files generated by the Python code can be deployed in the OCI API Gateway with this project: + +[Implement an Automation to Deploy an OpenAPI spec into OCI API Gateway](https://github.com/hoshikawa2/OCI_API_Gateway_Automation2/blob/main/README.md) + +This project will import the Swagger specification generated here and will deploy the APIs to use. +You will need to adjust the backends manually as part of this documentation. See the next step to know more. + ### Implement the Orquestration in Oracle Integration First of all, we must analyze each step of the APIs in OAG.