I'm trying to connect to Gdelt Doc API and so far I can send all the query parameters except for one of them. Before I get to the problem I want you to see the code.
So if you call this method it will send a request to gdelt API (Doc API) and return the list of web sites that given search word appears on it. It has many filters one of which is Domain.
When I enter a Domain for example:cnn.com , it won't return only the websites from that domain which is the expected behaivior.
Has anyone, any experience with this?