Created
October 2, 2009 02:08
-
-
Save maxhodak/199398 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/thrift --gen py | |
service QuantiosJobs { | |
string addEmployee(1:string email, 2:string first_name, 3:string last_name, 4:string phone_number, 5:binary why_hire_me) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment