Skip to content

Instantly share code, notes, and snippets.

@RichardBlair
Created July 5, 2011 15:28
Show Gist options
  • Save RichardBlair/1065059 to your computer and use it in GitHub Desktop.
Save RichardBlair/1065059 to your computer and use it in GitHub Desktop.
/api/v1/brand/55/event/?format=json&username=your_username&api_key=your_password
{
"meta":{
"limit":20,
"next":null,
"offset":0,
"previous":null,
"total_count":3
},
"objects":[
{
"brand":"/api/v1/brand/55/",
"created_at":"2011-05-31T08:37:16",
"date":"2011-06-09T00:00:00",
"deleted":false,
"id":"12",
"name":"Epic event"
},
{
"brand":"/api/v1/brand/55/",
"created_at":"2011-05-31T08:37:33",
"date":"2011-06-07T00:00:00",
"deleted":false,
"id":"13",
"name":"rguiriuhgreiouggreiugreiu"
},
{
"brand":"/api/v1/brand/55/",
"created_at":"2011-06-29T11:25:57",
"date":"2011-06-01T00:00:00",
"deleted":false,
"id":"27",
"name":"berbreberbe"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment