Skip to content

Commit bc239e5

Browse files
committed
Add bridge method rc.Analytics()
1 parent e40ea16 commit bc239e5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

RingCentral.Net/RestClient.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,10 @@ public Paths.Scim.Index Scim(string version = "v2")
155155
{
156156
return new Paths.Scim.Index(this, version);
157157
}
158+
159+
public Paths.Analytics.Index Analytics()
160+
{
161+
return new Paths.Analytics.Index(this);
162+
}
158163
}
159-
}
164+
}

0 commit comments

Comments
 (0)