pksunkara / octonode

github api v3 in nodejs
MIT License
1.19k stars 237 forks source link

Media Types #42

Open Jonovono opened 11 years ago

Jonovono commented 11 years ago

Any way to get the raw content of a file with this?

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

pksunkara commented 11 years ago

Since we are using application/json content-type, github returns base64 encoded. There is no way to get raw currently. But I plan to add it soon.

anirbanctts commented 6 years ago

How do I create a image file with create content? Is there any other way to create an image?