uri
- class tinychain.uri.URI(subject, *path)[source]
Bases:
objectAn absolute or relative link to a
State.- Examples:
URI("https://example.com/myservice/value_name") URI("$other_state/method_name") URI("/state/scalar/value/none")
- append(suffix)[source]
Construct a new URI beginning with this URI and ending with the given suffix.
- Example:
value = OpRef.Get(URI("http://example.com/myapp").append("value/name"))