Created
September 19, 2017 20:04
-
-
Save astrofrog/af978fc948b39b86ccf55e7ba8e84d0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
headers = {} | |
headers['Accept'] = 'application/vnd.github.mockingbird-preview' | |
url = 'https://api.github.com/repos/astropy/astropy/issues/2590/timeline' | |
r = requests.get(url, headers=headers) | |
r.json() | |
r = requests.get(url, headers=headers) | |
r.json() | |
history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment