mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Remove timeline.json from docs.
This commit is contained in:
@@ -29,7 +29,7 @@ Begin by importing the Requests module::
|
||||
Now, let's try to get a webpage. For this example, let's get GitHub's public
|
||||
timeline ::
|
||||
|
||||
>>> r = requests.get('https://github.com/timeline.json')
|
||||
>>> r = requests.get('https://api.github.com/events')
|
||||
|
||||
Now, we have a :class:`Request <requests.Request>` object called ``r``. We can
|
||||
get all the information we need from this object.
|
||||
|
||||
Reference in New Issue
Block a user