Skip to content

Add options for repository media types #219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vmolsa
Copy link

@vmolsa vmolsa commented Sep 13, 2015

https://developer.github.com/v3/media/

example:

repo.read('master', 'README.md', { contentType: 'base64' }, function(error, data) {
  console.log(data.content);
});

@aendra-rininsland aendra-rininsland changed the title Add options for reading repository Add options for repository media types Oct 17, 2015
@aendra-rininsland
Copy link
Member

Terrific! This totally closes #218. Could you please add a unit test or two? Will gladly merge after. Thanks! 👍

@aendra-rininsland
Copy link
Member

Bumping to 0.10.8, we really need to release 0.10.7.

@aendra-rininsland
Copy link
Member

Closed in error; reopening.

@aendra-rininsland aendra-rininsland force-pushed the master branch 2 times, most recently from e746e5d to 6f04f13 Compare November 17, 2015 16:15
@AurelioDeRosa AurelioDeRosa removed this from the v0.10.8 milestone Jan 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants