Skip to content

Instantly share code, notes, and snippets.

@hiraq
Last active September 1, 2016 01:05
Show Gist options
  • Save hiraq/2077390237877f21b686637d51ea4fbe to your computer and use it in GitHub Desktop.
Save hiraq/2077390237877f21b686637d51ea4fbe to your computer and use it in GitHub Desktop.
import requests
class ConsumeAPI(object):
ENDPOINT = 'http://api.provider.com'
def get(self):
return requests.get(self.ENDPOINT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment