Last active
December 18, 2015 11:29
-
-
Save dsuch/5775933 to your computer and use it in GitHub Desktop.
What should be needed to invoke any web services
This file contains 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
request = {'from':'EUR', 'to':'HRK'} | |
response = get_exchange_rate(request) | |
print(response.rate) | |
# 1 EUR = 7.4680 HRK as of Jun 13, 2013, 5:00PM GMT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment