Skip to content

Instantly share code, notes, and snippets.

@vlucas
Created April 9, 2012 18:52
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 vlucas/2345451 to your computer and use it in GitHub Desktop.
Save vlucas/2345451 to your computer and use it in GitHub Desktop.
get('http://api.joind.in/v2.1/events/907')
expectJSONTypes({
name: String
start_date: String
end_date: String
description: String
href: String
attendee_count: Number
icon: String
tags: Array
uri: String
verbose_uri: String
comments_uri: String
talks_uri: String
website_uri: String
})
.expectJSONLength(13)
.toss();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment