You are viewing a single comment's thread.

view the rest of the comments →

isthisreality ago

There was a cryptic message posted on 4chan on Nov 2 that Im pretty sure was actually from someone at WikiLeaks that mentioned "the API" . Which in this case would make sense, because the API is what determines what results you get back from a site when you do a specific search. I'm not technologically gifted by any means but I did read up on it and it was all technical jargon to me but that is what I interpreted API to be, anyways

sinclair ago

Application Program Interface. It's basically a spec on how a piece of software works. It's like those Haynes or Chilton books that explains all the details about a specific car and how to fix it. Those books are like an API for a car. I believe that's an accurate analogy.

isthisreality ago

I kind of understand... But I still mostly don't ... As far as WikiLeaks is concerned, what would altering the API do? It is alterable, correct?

Fateswebb ago

An API is created for other programs to plug in and interface with the main program, for instance a google search plugin would use googles API on their servers to handle the search. It's a set of instructions and communication instructions to interface with their application.

sinclair ago

They'd be altering the spec on how the results are returned. Typically, that takes a lot of effort. It would be easier to just force result returns on specific instances than change the whole API. Changing the API would be sitewide. The API might already support this sort of filtering. They don't really have to change the API to fix search results.