Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
55a7f42
feat(v2): add zod schemas and types for v2 API
FrancescoSaverioZuppichini Apr 14, 2026
97a8958
feat(v2): implement SDK with crawl and monitor namespaces
FrancescoSaverioZuppichini Apr 14, 2026
5847b95
refactor: inline namespace functions directly in objects
FrancescoSaverioZuppichini Apr 14, 2026
a725c1c
fix: use deleted status and move types to src/types.ts
FrancescoSaverioZuppichini Apr 14, 2026
11b811c
feat(v2): rewrite tests for v2 API
FrancescoSaverioZuppichini Apr 14, 2026
8f44af9
test: add comprehensive tests for formats, fetchConfig, and document …
FrancescoSaverioZuppichini Apr 14, 2026
13578aa
refactor: rename getHistory/getHistoryEntry to history.list/history.get
FrancescoSaverioZuppichini Apr 14, 2026
6844d33
chore: split unit and integration tests for CI
FrancescoSaverioZuppichini Apr 14, 2026
d71e4d9
docs: update examples for v2 API
FrancescoSaverioZuppichini Apr 14, 2026
e30cc55
docs: rewrite README for v2 API
FrancescoSaverioZuppichini Apr 14, 2026
c9153e4
fix: address code smells in examples and README
FrancescoSaverioZuppichini Apr 14, 2026
22b936e
docs: use local banner from media folder
FrancescoSaverioZuppichini Apr 14, 2026
b5926d1
fix: remove hardcoded API key from integration tests
FrancescoSaverioZuppichini Apr 14, 2026
46bed0e
fix: add node types to tsconfig
FrancescoSaverioZuppichini Apr 14, 2026
276713b
chore: remove .claude and CLAUDE.md, add to gitignore
FrancescoSaverioZuppichini Apr 14, 2026
0738786
minor changes
FrancescoSaverioZuppichini Apr 14, 2026
3703f8c
docs: reorganize examples table by service, add SGAI_API_KEY env var
FrancescoSaverioZuppichini Apr 14, 2026
6004869
feat: add ScrapeGraphAI client pattern, remove generateSchema
FrancescoSaverioZuppichini Apr 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .claude/commands/gh-pr.md

This file was deleted.

187 changes: 0 additions & 187 deletions .claude/skills/gh-pr.md

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ bun.lock
*.tsbuildinfo
.env
doc/
.DS_Store
.claude/
CLAUDE.md
Loading
Loading