Added forum API version stub to base URL for posting GATKDocs

This will prevent bugs from occurring when Vanilla make changes to the API
    as described here: http://vanillaforums.com/blog/api#configuration
    Based on the bug that broke the website Guide section on 9/6/12,
    the GATKDocs posting system will probably break in the next release if
    this is not applied as a bug fix.
This commit is contained in:
Geraldine Van der Auwera 2012-09-06 15:10:35 -04:00
parent ed3d9b050f
commit 3f2a4379af
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class ForumAPIUtils {
/**
* How we post to the forum
*/
private final static String API_URL = "https://gatk.vanillaforums.com/";
private final static String API_URL = "https://gatkforums.broadinstitute.org/api/v1/";
final private static String ACCESS_TOKEN = "access_token=";
public static List<String> getPostedTools(String forumKey) {