zipa icon indicating copy to clipboard operation
zipa copied to clipboard

Crazy API ideas

Open ionelmc opened this issue 11 years ago • 2 comments

import zipa
api = zipa.api_github_com(**credentials)

api.repos.blablala

ionelmc avatar Oct 18 '14 12:10 ionelmc

import zipa
api = zipa.api.github.com(**credentials) #the call creates the endpoint

api.repos....

ionelmc avatar Oct 18 '14 12:10 ionelmc

Similar stuff:

  • https://github.com/samgiles/slumber
  • https://github.com/kadirpekel/hammock

ionelmc avatar Oct 18 '14 12:10 ionelmc