Update README.md
Browse files
README.md
CHANGED
|
@@ -188,6 +188,15 @@ Try the full corpus via the live API sandbox (no signup required):
|
|
| 188 |
curl -H "X-API-Key: demo-key-12345" \
|
| 189 |
"https://api.hshintelligence.com/api/v1/github-code-corpus?language=Rust&license=MIT&page_size=5"
|
| 190 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
|
| 192 |
Or run the interactive Google Colab notebook:
|
| 193 |
https://links.hshintelligence.com/github-demo
|
|
|
|
| 188 |
curl -H "X-API-Key: demo-key-12345" \
|
| 189 |
"https://api.hshintelligence.com/api/v1/github-code-corpus?language=Rust&license=MIT&page_size=5"
|
| 190 |
```
|
| 191 |
+
Returns real Parquet records with full metadata: code, license, repo stars,
|
| 192 |
+
quality score, commit history. Free tier limited to 2 files (~18 records).
|
| 193 |
+
Full corpus delivered via Backblaze B2 download link after purchase.
|
| 194 |
+
|
| 195 |
+
**API documentation:**
|
| 196 |
+
Or use the [interactive docs](https://api.hshintelligence.com/docs) — click
|
| 197 |
+
any endpoint, click "Try it out", paste the demo key, and run live queries.
|
| 198 |
+
|
| 199 |
+
**Live endpoint:** https://api.hshintelligence.com/api/v1/github-code-corpus
|
| 200 |
|
| 201 |
Or run the interactive Google Colab notebook:
|
| 202 |
https://links.hshintelligence.com/github-demo
|