Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sytelus committed Jun 3, 2014
1 parent a352f69 commit 56b566e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ As the output files are very large, the code uses JSON.NET is streaming mode to
The output generated by this program as of May 29, 2014 is available at https://github.com/sytelus/HackerNewsData.
This contains all of the stories and comments posted on HN from 2006 to 29 May, 2014. Please see that repo for more information and download links.

##The Core Function##
##The Code##
While the Algolia's HN API are simple, the documentation is minimal and is missing few pieces like `hitsPerPage` query parameter and the best way to paginate through results so you can download all of the posts and comments. Here's the simple C# function I wrote using JSON.Net and RestSharp to download HN data:

```
Expand Down

0 comments on commit 56b566e

Please sign in to comment.