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