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

Add support for enum path parameters #738

Merged
merged 1 commit into from
Aug 29, 2018

Commits on Aug 28, 2018

  1. Add support for enum path parameters

    Related to grpc-ecosystem#322
    
    Updated protoc-gen-swagger to output enum path parameters correctly
    
    Updated protoc-gen-grpc-gateway to handle enum path parameters
    
    Regenerated examples
    
    Added pathenum proto for an externally imported enum example and verification
    
    Added enum_helper.go to handle the lack of enum support in the swagger-codegen-cli 2.2.2 for Go, see swagger-api/swagger-codegen#5635
    
    Fixed browser integration test cases
    
    Updated bazel config
    
    Fixed last, faulty bazel config
    
    Updated integration test case to test both index == 0 and index > 0 for enums
    Marcus Rosén committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    7cf77b0 View commit details
    Browse the repository at this point in the history