Instance Method
appendingPath(_:)
Creates a new topic reference by appending a path to this reference.
func appendingPath(_ path: String) -> ResolvedTopicReference
Parameters
pathThe path to append.
Return Value
The resulting topic reference.
Discussion
Before appending the path, it is encoded in a human readable format that avoids percent escape encoding in the URL.