Exemplo n.º 1
0
        public string Path(bool withParameter = true)
        {
            if (withParameter && entryId != null)
            {
                return($"{parent.Path()}/entries/{entryId}");
            }

            return($"{parent.Path()}/entries");
        }
Exemplo n.º 2
0
 public string Path()
 {
     return($"{parent.Path()}/federation");
 }
Exemplo n.º 3
0
 public string Path()
 {
     return($"{parent.Path()}/entries");
 }