Skip to content

Commit

Permalink
#1: updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed Jun 10, 2015
1 parent fe7be3c commit 74e50de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@ Delete records
>>> response = yql.getGUID('josue_brunel') # Deal with the response
```

#### Stocks Scraper

The full documentation on ***StockScraper*** is [here](https://myql.readthedocs.org/en/latest/stockscraper/)

#### Release Notes

Expand Down
2 changes: 1 addition & 1 deletion docs/stockscraper.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Full [Documentation](http://www.gurchet-rai.net/dev/yahoo-finance-yql)

* ***format*** : xml or json
* ***debug*** : True or False
* ***oauth*** : YOAuth object
* ***oauth*** : yahoo_oauth (OAuth1 or OAuth2)

```python
from myql.contrib.stockscraper import StockRetriever
Expand Down

0 comments on commit 74e50de

Please sign in to comment.