BrandwatchLtd / bcr-api

Python Client Library for the Brandwatch Consumer Research API
MIT License
21 stars 24 forks source link

Query upload fix #13

Closed ctafoyabwatch closed 4 years ago

ctafoyabwatch commented 4 years ago

A few changes for the bwresources.py, bwproject.py, and filters.py files to fix issues with uploading queries.

pfairfax1 commented 4 years ago

Discussed offline - seems like an issue with validate_query_search() is caused by the API accepting some URL parameters when you make a request with the GET verb, but only accepts those as request body data parameters when you use the POST verb