Skip to content

Commit

Permalink
Updated twitter api link
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmakkar08 committed Nov 15, 2016
1 parent 97751b8 commit 4ab1752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ See [CHANGELOG.md](CHANGELOG.md).

## Show me an example

Twitter's [user search API](https://dev.twitter.com/docs/api/1/get/users/search) accepts
Twitter's [user search API](https://dev.twitter.com/rest/reference/get/users/search) accepts
query URLs like:

```
$ curl 'http://api.twitter.com/1/users/search.json?q=python&per_page=20&page=1
$ curl 'http://api.twitter.com/1/users/search.json?q=python&per_page=20&page=1'
```

To validate this we might use a schema like:
Expand Down

0 comments on commit 4ab1752

Please sign in to comment.