Beispiel #1
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && postId != null)
     {
         return($"{parent.Path()}/posts/{postId}");
     }
     return($"{parent.Path()}/posts");
 }
Beispiel #2
0
 public string Path()
 {
     return($"{parent.Path()}/read");
 }
Beispiel #3
0
 public string Path()
 {
     return($"{parent.Path()}/favorite");
 }
Beispiel #4
0
 public string Path()
 {
     return($"{parent.Path()}/tasks");
 }
Beispiel #5
0
 public string Path()
 {
     return($"{parent.Path()}/notes");
 }
Beispiel #6
0
 public string Path()
 {
     return($"{parent.Path()}/adaptive-cards");
 }