From 66469ff2f76ac916e289e066377570b38554fdcc Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 28 Aug 2014 07:34:22 -0700 Subject: Rough outline of the F1 attribute logic. Parts of addAttribute have been implemented in F1User, but I may move it out into a general F1 API class. --- src/com/p4square/f1oauth/F1OAuthHelper.java | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/com/p4square/f1oauth/F1OAuthHelper.java') diff --git a/src/com/p4square/f1oauth/F1OAuthHelper.java b/src/com/p4square/f1oauth/F1OAuthHelper.java index b5241c4..187fb6b 100644 --- a/src/com/p4square/f1oauth/F1OAuthHelper.java +++ b/src/com/p4square/f1oauth/F1OAuthHelper.java @@ -65,6 +65,13 @@ public class F1OAuthHelper extends OAuthHelper { mBaseUrl = "https://" + churchCode + "." + baseUrl + VERSION_STRING; } + /** + * @return The base url for the F1 API, ending with a slash. + */ + public String getBaseUrl() { + return mBaseUrl; + } + /** * @return the URL for the initial RequestToken request. */ -- cgit v1.2.3