Skip to content

Commit

Permalink
add some hardcoded values in for continuity with other docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Connolly committed Feb 6, 2012
1 parent 5c0f06e commit 8ba2585
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,11 @@ is currently based on using a bidirectional chunked http connection, though will

```java

String hostname = "api.bugswarm.net";
String participation_key = "3e98ac6ca152f9bc279d0ef6e6bc9877e1508fd8";
String resource_id = "0da7ce672f5a2e067ee8a0e050ca3e363283ea39";
String[] swarms = new String[]{ "0da7ce672f5a2e067ee8a0e050ca3e363283ea39" };

try {
//create a session
producersession = SwarmClientFactory.createProductionSession(hostname, participation_key, resource_id, swarms);
Expand Down

0 comments on commit 8ba2585

Please sign in to comment.