Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using generated OCI Service APIs in Integration #3142

Closed
arjav-desai opened this issue Jun 21, 2021 · 1 comment
Closed

Using generated OCI Service APIs in Integration #3142

arjav-desai opened this issue Jun 21, 2021 · 1 comment
Assignees

Comments

@arjav-desai
Copy link
Member

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.

@arjav-desai
Copy link
Member Author

With Helidon 2.5.0, we have provided direct integration of OCI SDK and plan to deprecate other existing integration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants