You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove duplicate mod declarations in main.rs; use serpapi_cli crate exports
- Add pub mod commands to lib.rs
- Fix Param::FromStr error type: &'static str → String (implements Error)
- Validate empty API key early in login.rs before network calls
- Seed cycle-detection set with initial params in search.rs
- Fix path separator portability in integration test assertions
- Restore HOME/XDG_CONFIG_HOME with remove_var when originally unset
- Fix search_id extraction in e2e test using serde_json parsing
- Fix test_locations ignore reason to reflect actual dependency
- Run cargo test --all-targets in CI to include integration tests
- Align README --max-pages description with actual behavior
0 commit comments