Skip to content

Commit

Permalink
removed key
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Apr 10, 2012
1 parent b5623cb commit a2f18a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crpapi.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class crp_api {

function __construct($method=NULL,$params=NULL) {

$this->api_key = "75ac04de8fc38139e66a5156bd18a828";
$this->api_key = "";
$this->base_url = "http://api.opensecrets.org/";
$this->output = "json";

Expand Down

0 comments on commit a2f18a7

Please sign in to comment.