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

            return($"{parent.Path()}/entries");
        }
예제 #2
0
 public string Path()
 {
     return($"{parent.Path()}/federation");
 }
예제 #3
0
 public string Path()
 {
     return($"{parent.Path()}/entries");
 }