def _path(base, name): if not base.endswith('/'): base = base + '/' return base + name # Load an atom record from the body of the given response