Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add search_v2() method #103

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Commits on Dec 20, 2022

  1. Add search_v2() method

    This adds support for the Internet Archive's new, beta CDX search endpoint at `/web/timemap/cdx`. It deals with pagination much better and is eventually slated to replace the search currently at `/cdx/search/cdx`, but is a little slower and still being tested.
    
    This commit is a start, but we still need to do more detailed testing and talk more with the Wayback Machine team about things that are unclear here. I'm also not sure if `filter`, `collapse`, `resolveRevisits`, etc. are actually supported.
    
    Fixes #8.
    Mr0grog committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    5093982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42d5f7d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    22df70c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42ad6e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87fbdb5 View commit details
    Browse the repository at this point in the history
  4. Add some notes to self

    Mr0grog committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    b117aea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf5bda6 View commit details
    Browse the repository at this point in the history
  6. Add some tests

    Mr0grog committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    e73bcec View commit details
    Browse the repository at this point in the history