Created
July 5, 2012 18:42
-
-
Save csaunders/3055588 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
# Apply to Shopify API # | |
Interested in working at Shopify? Don't use that form, you're a | |
developer and can clearly do better than that! | |
Instead you can apply to Shopify via our application API. Of course, | |
for the extra effort you will be given a higher priority than those | |
who simply apply via the webform. | |
# How? # | |
It's pretty straight forward to send off an application to us. You'll | |
need to send a JSON encoded POST to: | |
recruiting.herokuapp.com/apply.json | |
With the following information: | |
{ | |
'applicant': { | |
'first_name': 'required', | |
'last_name': 'required', | |
'email': 'required', | |
'phone_number': 'optional', | |
'company': 'optional', | |
'location': 'optional', | |
'message': 'Tell us a little bit about yourself. optional', | |
'github_account': 'optional', | |
'twitter_account': 'optional', | |
'personal_website': 'optional', | |
'applying_for': 'required (ex. Software Engineer- JavaScript)' | |
} | |
} | |
No attachements yet, but feel free to include it in your message. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment