dpocock / github-icalendar

Render Github issues as iCalendar feed
http://danielpocock.com/github-issues-as-an-icalendar-feed
GNU General Public License v3.0
21 stars 6 forks source link

Use the preview version of the Github API #2

Open dpocock opened 9 years ago

dpocock commented 9 years ago

Github provides a way to preview new versions of their API

This could be enabled with a setting in the configuration file

It depends on the api_preview parameter in PyGithub:

https://github.com/jacquev6/PyGithub/pull/294