Skip to content

Instantly share code, notes, and snippets.

@prb112
Created December 24, 2013 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prb112/8115102 to your computer and use it in GitHub Desktop.
Save prb112/8115102 to your computer and use it in GitHub Desktop.
accessing an ideation blog via smartcloud
<%String blogId = "Wd361f673ec26_43d4_b13a_5aa47d694352";
String url = "/blogs/roller-ui/rendering/feed/" + blogId + "/entries/atom?lang=en_us";
Endpoint ep = EndpointFactory.getEndpoint("smartcloudOA2");
Response response = ep.xhrGet(url);
%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment