From 9fa560ef620c852cddc12c02248dd310d160138c Mon Sep 17 00:00:00 2001 From: Carlos Treminio Date: Mon, 14 Aug 2023 00:34:23 -0600 Subject: [PATCH] :memo: Updated the method documentation --- confluence/internal/page_impl.go | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/confluence/internal/page_impl.go b/confluence/internal/page_impl.go index f42e0655..dc317d31 100644 --- a/confluence/internal/page_impl.go +++ b/confluence/internal/page_impl.go @@ -32,10 +32,6 @@ func (p *PageService) Get(ctx context.Context, pageID int, format string, draft // Gets returns all pages. // -// # The number of results is limited by the limit parameter and additional results -// -// (if available) will be available through the next cursor -// // GET /wiki/api/v2/pages // // https://docs.go-atlassian.io/confluence-cloud/v2/page#get-pages @@ -45,10 +41,6 @@ func (p *PageService) Gets(ctx context.Context, options *model.PageOptionsScheme // Bulk returns all pages. // -// # The number of results is limited by the limit parameter and additional results -// -// (if available) will be available through the next cursor -// // Deprecated. Please use Page.Gets() instead. // // GET /wiki/api/v2/pages @@ -60,10 +52,6 @@ func (p *PageService) Bulk(ctx context.Context, cursor string, limit int) (*mode // GetsByLabel returns the pages of specified label. // -// # The number of results is limited by the limit parameter and additional results -// -// (if available) will be available through the next cursor -// // GET /wiki/api/v2/labels/{id}/pages // // https://docs.go-atlassian.io/confluence-cloud/v2/page#get-pages-for-label