ctreminiom / go-atlassian

✨ Golang Client Library for Atlassian Cloud.
https://docs.go-atlassian.io
MIT License
131 stars 34 forks source link

Allow Usage of Filtering Parameters to Conf V2 Pages Bulk Get API #218

Closed squatched closed 1 year ago

squatched commented 1 year ago

Is your feature request related to a problem? Please describe. The bulk "Get pages" API allows one to filter results based on page IDs and status along with specifying the body format.

Describe the solution you'd like Add support for these parameters in the form of PageService.BulkFiltered() whose last parameters would be a variadic list of ints which would be page IDs.

Describe alternatives you've considered Adjusting PageService.Bulk() but that would affect backwards compatibility.