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

            return($"{parent.Path()}/posts");
        }
예제 #2
0
 public string Path()
 {
     return($"{parent.Path()}/events");
 }
예제 #3
0
 public string Path()
 {
     return($"{parent.Path()}/notes");
 }
예제 #4
0
 public string Path()
 {
     return($"{parent.Path()}/webhooks");
 }
예제 #5
0
 public string Path()
 {
     return($"{parent.Path()}/bulk-assign");
 }