Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add pagination and filtering for integrations endpoint #622

Merged
merged 3 commits into from Jun 19, 2023

Conversation

bethesque
Copy link
Member

PACT-1070

Add support for querying integrations by consumer or provider name using ?q=<search_term>. Also add support for pagination according to the interface documented here.

context "with pagination options" do
let(:query) { { "pageSize" => "2", "pageNumber" => "1" } }

it_behaves_like "a paginated response"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bethesque bethesque merged commit 68d7cf3 into master Jun 19, 2023
19 checks passed
@bethesque bethesque deleted the PACT-1070-dashboard-performance-network-diagram-6 branch June 19, 2023 23:18
bethesque added a commit that referenced this pull request Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants