rendrjs / rendr-app-template

Basic skeleton for a Rendr app. Deprecated in favor of ./examples dir in rendr repo.
MIT License
285 stars 83 forks source link

Accommodate Rendr's new DataAdapter implementation #33

Closed spikebrehm closed 11 years ago

spikebrehm commented 11 years ago

This accommodates this PR: https://github.com/airbnb/rendr/pull/83

Pulls the implementation of DataAdapter out, and just has the code needed to override the default RestAdapter to provide HTTP Basic Authentication, used by the GitHub API.