Skip to content

Instantly share code, notes, and snippets.

@maxhodak
Created April 30, 2011 00:37
Show Gist options
  • Save maxhodak/949286 to your computer and use it in GitHub Desktop.
Save maxhodak/949286 to your computer and use it in GitHub Desktop.
thrift-puzzle

Add Yourself

Difficulty: Easy; Requires Thrift version 0.6.0 or later

Add yourself to our employee candidate database using Thrift. It's really simple: there's a server, RecruitingService, running on http://sanger.transcriptic.com:9194 that responds to one call, addCandidate. Pass it the right params and you'll be on your way. The Thrift interface spec you need is here: https://gist.github.com/949280

End result: You'll get the string "Success!" returned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment