googleapis / gax-ruby

Google API Extensions for Ruby
https://rubygems.org/gems/google-gax
BSD 3-Clause "New" or "Revised" License
20 stars 22 forks source link

Remove PathTemplate #147

Closed blowmage closed 5 years ago

blowmage commented 5 years ago

The 2.0 release will remove PathTemplate from the library. This functionality will be replaced in the upcoming GAPIC protobuf generator, which will parse the templates and create helper methods during the generation. This will avoid the performance issues using PathTemplate discussed in #119.