We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A user can filter how many URLs contain a specific word in the Adwords URLs
A user can only filter the search results he uploaded, based on the authorization token
Use the existing endpoint to filter: GET api/v1/search_results?filter[adwords_url_contains]={word}
Write unit & integration tests
Handle errors: Unauthorized, ...
The text was updated successfully, but these errors were encountered:
phongvhd93
No branches or pull requests
Why
A user can filter how many URLs contain a specific word in the Adwords URLs
Acceptance Criteria
A user can only filter the search results he uploaded, based on the authorization token
Use the existing endpoint to filter: GET api/v1/search_results?filter[adwords_url_contains]={word}
Write unit & integration tests
Handle errors: Unauthorized, ...
The text was updated successfully, but these errors were encountered: