GoogleCloudPlatform / go-endpoints

Cloud Endpoints for Go
https://go-endpoints.appspot.com
Apache License 2.0
255 stars 56 forks source link

Fix inconsistent handling of path names, required. #133

Open danjacques opened 8 years ago

danjacques commented 8 years ago

Use JSON-override name when constructing endpoints paths. Additionally, accept both "req" and "required" endpoints struct tags to denote required endpoints struct fields.

Fixes #132.