You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, OCI integration is Helidon is not using OCI SDK but using manually crafted APIs (based on https://docs.oracle.com/en-us/iaas/api/#/) to invoke OCI services.
However, we can use generated APIs based on OpenAPI/Swagger documentation for a given OCI service, if its made available.
This task is to find if we can get such documentation and generate APIs (either using a code generator OR using OCI API Gateway service) and replace our handcrafted APIs with that.
The text was updated successfully, but these errors were encountered:
Currently, OCI integration is Helidon is not using OCI SDK but using manually crafted APIs (based on https://docs.oracle.com/en-us/iaas/api/#/) to invoke OCI services.
However, we can use generated APIs based on OpenAPI/Swagger documentation for a given OCI service, if its made available.
This task is to find if we can get such documentation and generate APIs (either using a code generator OR using OCI API Gateway service) and replace our handcrafted APIs with that.
The text was updated successfully, but these errors were encountered: