Skip to content

Commit

Permalink
📝 Updated the method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreminiom committed Aug 14, 2023
1 parent d67977a commit 9fa560e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions confluence/internal/page_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9fa560e

Please sign in to comment.