Skip to content

SK-1910: Migrate Java SDK from openapi generator to Fern SDK generator#167

Closed
saileshwar-skyflow wants to merge 2 commits intorelease/25.2.1from
SK-1910-migrate-from-openapigenerator-to-fern
Closed

SK-1910: Migrate Java SDK from openapi generator to Fern SDK generator#167
saileshwar-skyflow wants to merge 2 commits intorelease/25.2.1from
SK-1910-migrate-from-openapigenerator-to-fern

Conversation

@saileshwar-skyflow
Copy link
Collaborator

This PR addresses the migration of Vault APIs in the Java SDK from OpenAPI Generator to Fern’s code generation capabilities. The goal is to leverage Fern’s improved code generation features while maintaining the existing functionality of these APIs as defined in the Skyflow Java SDK.

import com.skyflow.generated.rest.resources.tokens.TokensClient;
import com.skyflow.generated.rest.resources.tokens.requests.V1DetokenizePayload;
import com.skyflow.generated.rest.resources.tokens.requests.V1TokenizePayload;
import com.skyflow.generated.rest.types.*;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please dont use * for imports.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants