URITemplate
Constructors
Class methods
expand(uri : String, *args, **kwargs)
Create a Template and expand it using either a Hash of arguments, or keyword-arguments or both. Returns a String.
expand_partial(uri : String, *args, **kwargs)
Create a Template and expand it partially using either a Hash of arguments, or keyword-arguments or both. Returns a partially expanded Template.
Nested types
- URITemplate::AmpersandExpression
- URITemplate::BaseExpression
- URITemplate::DotExpression
- URITemplate::InvalidError
- URITemplate::OctothorpeExpression
- URITemplate::PlusExpression
- URITemplate::QuestionExpression
- URITemplate::ScalarVariableValue
- URITemplate::SemiExpression
- URITemplate::SlashExpression
- URITemplate::StringExpression
- URITemplate::Template
- URITemplate::URIVariable
- URITemplate::VariableValue
- URITemplate::VariableValueHash