Sebastian
Results
1
issues of
Sebastian
**Describe the bug** It seems that it's not possible to use [custom methods](https://cloud.google.com/apis/design/custom_methods) in endpoint paths. **To Reproduce** ```js @api({ name: "test", version: "1" }) class Api {} @endpoint({ method:...