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

(feature): Add support for .proto inputs #4223

Merged
merged 19 commits into from
Aug 8, 2024
Merged

Conversation

amckinney
Copy link
Member

@amckinney amckinney commented Aug 7, 2024

This adds support for .proto files as input. This is handled via a new APIDefinitionSchema type which can be any of the following:

  • OpenAPI
  • AsyncAPI
  • Protobuf

For now, we compile the Protobuf files locally, but we eventually plan to handle this an endpoint call, so we include a local-generation flag to switch on so we reserve the default behavior for remote generation (supported in a later change).

Note that this also updates all of the seed workflows by splitting out the setup stage into a callable setup-seed.yml workflow. This file is unused for now since it needs to be available on main, but its setup for a simple refactor later on.

@amckinney amckinney marked this pull request as ready for review August 7, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants