Beispiel #1
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && entryId != null)
     {
         return($"{parent.Path()}/entries/{entryId}");
     }
     return($"{parent.Path()}/entries");
 }
Beispiel #2
0
 public string Path()
 {
     return($"{parent.Path()}/federation");
 }