FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing master...feat/markdown-output · serpapi/serpapi-java · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: serpapi/serpapi-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: serpapi/serpapi-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/markdown-output
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 16, 2026

  1. feat: add markdown() for the md output format

    SerpApi accepts output=md, "a markdown-formatted version optimized for
    LLMs and AI agents", but this client exposed no way to ask for it short
    of calling the low-level get("/search", "md", parameter) and knowing the
    endpoint path.
    
    Add markdown(), mirroring html(): the raw String is returned unparsed.
    Also correct the get() javadoc, which listed the output formats as
    (json, html, json_with_images) where the API documents (json, html, md).
    
    Tests stub the HTTP client and assert on the request this client builds,
    so they run offline without a SERPAPI_KEY.
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    jvmvik and claude committed Aug 16, 2026
    Configuration menu
    Copy the full SHA
    e9a17a8 View commit details
    Browse the repository at this point in the history
  2. docs: simplify the Markdown output section

    Drop the intro and trailing note, and follow the auth/parameter naming
    and the "it prints ..." closing line used by the surrounding sections.
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    jvmvik and claude committed Aug 16, 2026
    Configuration menu
    Copy the full SHA
    e3ad763 View commit details
    Browse the repository at this point in the history
  3. chore: bump version to 1.2.0

    Bump the project version and the places that restate it:
    
    - build.gradle, which names the published artifact
    - README installation snippet and changelog, in both the erb template
      and the generated README.md
    - SerpApiHttp.VERSION, which had drifted to 1.0.0 while the project was
      at 1.1.0. It is public and never read anywhere in the library, so the
      stale value was only ever visible to callers.
    
    demo/build.gradle still pins 1.0.0 and is left alone, since it resolves
    a published JitPack artifact rather than this source tree.
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    jvmvik and claude committed Aug 16, 2026
    Configuration menu
    Copy the full SHA
    f23885a View commit details
    Browse the repository at this point in the history
  4. docs: describe 1.2.0 in the changelog

    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    jvmvik and claude committed Aug 16, 2026
    Configuration menu
    Copy the full SHA
    2276da6 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL