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

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