Skip to content

Best method to split openapi into multiple files #102

Answered by sunli829
Christoph-AK asked this question in Q&A
Discussion options

You must be logged in to vote

use the combine method to merge multiple OpenAPIs into one.

let api_service = OpenApiService::new(Api1.combine(Api2).combine(Api3), "Combined APIs", "1.0")

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Christoph-AK
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants