We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8718d1d + 8f81dc4 commit 6d97ad5Copy full SHA for 6d97ad5
Src/Notion.Client/Api/Comments/ICommentsClient.cs
@@ -5,5 +5,7 @@ namespace Notion.Client
5
public interface ICommentsClient
6
{
7
Task<CreateCommentResponse> Create(CreateCommentParameters createCommentParameters);
8
+
9
+ Task<RetrieveCommentsResponse> Retrieve(RetrieveCommentsParameters parameters);
10
}
11
0 commit comments