diff --git a/Src/Notion.Client/Api/Comments/ICommentsClient.cs b/Src/Notion.Client/Api/Comments/ICommentsClient.cs index 8ec81348..49062a34 100644 --- a/Src/Notion.Client/Api/Comments/ICommentsClient.cs +++ b/Src/Notion.Client/Api/Comments/ICommentsClient.cs @@ -5,5 +5,7 @@ namespace Notion.Client public interface ICommentsClient { Task Create(CreateCommentParameters createCommentParameters); + + Task Retrieve(RetrieveCommentsParameters parameters); } }