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

Added support for path param repeated fields #742

Commits on Sep 1, 2018

  1. Added support for path param repeated primitive fields

    Added conversion functions for repeated path params
    Updated bytes converter to support URL encoded base64 strings
    
    Added support for repeated primitive path params in protoc-gen-grpc-gateway
    Added support for repeated primitive path params in protoc-gen-swagger
    Added --repeated_path_param_separator cmd line param to support setting separator to `csv`, `ssv`, `pipes` and `tsv`
    
    Re-generated examples
    Added ABitOfEverythingRepeated to validate repeated path parameter functionality
    Added GetRepeatedQuery rpc endpoint
    Updated browser tests to test GetRepeatedQuery rpc endpoint
    Updated integration tests to test GetRepeatedQuery rpc endpoint
    Added GetRepeatedQuery to ABitOfEverythingServer implementation
    
    Added missing reflect.DeepEqual test
    
    Change separator type from string to rune
    Fixed slice duplication in string slice conversion method
    Reverted --allowRepeatedFieldsInBody in swagger generator
    Changed TODO of bytes slice proto2 function
    
    Corrected if-statement releated to repeated fields in resolveFieldPath function
    
    Rebase
    Marcus Rosén committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    9dc2ea3 View commit details
    Browse the repository at this point in the history