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.