grpc-ecosystem/grpc-gateway

Support Enum Types in Path

Open

#322 opened on Mar 6, 2017

View on GitHub
 (2 comments) (8 reactions) (0 assignees)Go (2,250 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (16,971 stars)
PR merge metrics
 (Avg merge 8d 23h) (147 merged PRs in 30d)

Description

Having merged Enum support into the query parameters, would it be possible to now support Enum Types in the path as well? Currently this appears to be limited by https://github.com/grpc-ecosystem/grpc-gateway/blob/fdcb7eab2d6ed4919e83ddcef4f199c161611e1f/protoc-gen-grpc-gateway/descriptor/types.go#L293 not being implemented for Enum types.

Contributor guide