Skip to content

Instantly share code, notes, and snippets.

@astrofrog
Created September 19, 2017 20:04
Show Gist options
  • Save astrofrog/af978fc948b39b86ccf55e7ba8e84d0d to your computer and use it in GitHub Desktop.
Save astrofrog/af978fc948b39b86ccf55e7ba8e84d0d to your computer and use it in GitHub Desktop.
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