Module: Gapic::UriTemplate

Defined in:
lib/gapic/uri_template.rb,
lib/gapic/uri_template/parser.rb

Overview

TODO: Enter docs Dooooooooocs!!!

Defined Under Namespace

Modules: Parser

Class Method Summary collapse

Class Method Details

.parse_arguments(uri_template) ⇒ Array<String>

Parse arguments from a URI template. used to satisfy AIP-4222 Routing headers

Parameters:

  • uri_template (String)

    The URI template to be parsed.

Returns:

  • (Array<String>)

    The arguments of the URI template.

See Also:



32
33
34
# File 'lib/gapic/uri_template.rb', line 32

def self.parse_arguments uri_template
  Parser.parse_arguments uri_template
end