8000 Revert the removal of Retrieve API from ICommentsClient ⏪ · nlprog/notion-sdk-net@8f81dc4 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 8f81dc4

Browse files
Revert the removal of Retrieve API from ICommentsClient ⏪
1 parent 8718d1d commit 8f81dc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Src/Notion.Client/Api/Comments/ICommentsClient.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ namespace Notion.Client
55
public interface ICommentsClient
66
{
77
Task<CreateCommentResponse> Create(CreateCommentParameters createCommentParameters);
8+
9+
Task<RetrieveCommentsResponse> Retrieve(RetrieveCommentsParameters parameters);
810
}
911
}

0 commit comments

Comments
 (0)
0