Skip to content

Instantly share code, notes, and snippets.

@somebehemoth
Created August 7, 2012 04:03
Show Gist options
  • Save somebehemoth/3281416 to your computer and use it in GitHub Desktop.
Save somebehemoth/3281416 to your computer and use it in GitHub Desktop.
// my.duke.edu News Feed: Top News
{
"url": "http://my.duke.edu/news/top-news/index", // Web Service URI
"actor": {
"objectType": "myDukeEduWebService", // my.duke.edu
"id": "tag:DukeMobile,2012:myDukeEdu",
"displayName": "my.duke.edu Web Service"
},
"verb": "GET",
"object" : {
"totalItems": 2, // How many Top News Feeds are available
"items": [{
"published": "2011-02-10T15:04:55Z", // This feed last updated
"title" : "News: Top News: News Releases",
"actor" : {
"author" : "Duke Today" // Publisher of News
},
"object": {
"url": "http://my.duke.edu/news/top-news/news-releases/index", // Web Service URL for this resource
},
"provider": {
"url": "http://today.duke.edu/topic/74/rss", // Source URL
"objectType": "rss"
},
"verb": "GET",
"target": {
"objectType" : "dukeMobileModule",
"id" : "tag:DukeMobile,2012:/#news/top-news/news-releases",
"url" : "/#news/top-new/news-releasess" // Duke Mobile URI
"displayName" : "Duke Mobile Top News"
}
},
{
"published": "2011-02-12T15:04:55Z",
"title" : "News: Top News: Campus News",
"object": {
"url": "http://my.duke.edu/news/top-news/campus-news/index",
},
"actor" : {
"author" : "Duke Today"
},
"provider": {
"url": "http://today.duke.edu/topic/80/rss",
"objectType": "rss"
},
"verb": "GET",
"target": {
"objectType" : "dukeMobileModule",
"id" : "tag:DukeMobile,2012:/#news/top-news/campus-news",
"url" : "/#news/top-news/campus-news" // Duke Mobile URI
"displayName" : "Duke Mobule Campus News"
}
}]
},
"target" : { "displayName" : "Duke Mobile News", "url" : "/#news/top-news" } // Duke Mobile URI
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment