Skip to content

Commit

Permalink
Updated API endpoint URL to https://api-v21.gnip.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingrid Alongi committed Mar 20, 2009
1 parent cd359ed commit 30b4cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ connect to Gnip. This file should be of the format:

gnip.username=darthvader@deathstar.mil
gnip.password=goempire
gnip.host=https://demo-v21.gnip.com
gnip.host=https://api-v21.gnip.com
gnip.publisher=mypublisher
# the number of seconds to wait between each test's setup / teardown
gnip.idlesecs=2
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/gnipcentral/client/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
public class Config {

public static final String DEFAULT_SERVER_URL = "https://demo-v21.gnip.com";
public static final String DEFAULT_SERVER_URL = "https://api-v21.gnip.com";
public static final int DEFAULT_READ_TIMEOUT_SECONDS = 2;

private boolean useGzip = false;
Expand Down

0 comments on commit 30b4cc4

Please sign in to comment.