Skip to content

Instantly share code, notes, and snippets.

@slackorama
Created May 8, 2009 00:29
Show Gist options
  • Save slackorama/108499 to your computer and use it in GitHub Desktop.
Save slackorama/108499 to your computer and use it in GitHub Desktop.
{
"SMDVersion": "2.0",
"id": "http://friendfeed.com/api",
"description": "Friendfeed's API",
transport: "JSONP",
envelope: "URL",
additionalParameters: true,
parameters: [
{ name: "format", optional: false, "default": "json" },
{ name: "service", optional: true },
{ name: "start", optional: true },
{ name: "num", optional: true }
],
//http://code.google.com/p/friendfeed-api/wiki/ApiDocumentation
services: {
users: {
target: "http://friendfeed.com/api/feed/user",
parameters: [
{ name: "nickname", type: "string", optional: false, "default": "" }
]
},
domain: {
target: "http://friendfeed.com/api/feed/domain",
parameters: [
{ name: "domain", type: "string", optional: false, "default":"" }
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment