datahuborg / datahub

An experimental hosted platform (GitHub-like) for organizing, managing, sharing, collaborating, and making sense of data.
https://datahub.csail.mit.edu
MIT License
210 stars 60 forks source link

SDK's for Python & JavaScript #171

Open RogerTangos opened 8 years ago

RogerTangos commented 8 years ago

DataHub could use some SDK's for Python and Javascript. These should abstract OAuth, so clients only need to pass in their app or user's credentials to start making API requests.

Should support password, authorization code, and implicit grant types. Should manage OAuth access tokens and refresh tokens for client apps.