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

Support Batch Document Get #3

Merged
merged 3 commits into from
Aug 4, 2024
Merged

Support Batch Document Get #3

merged 3 commits into from
Aug 4, 2024

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    0397282 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. - Implement a decoder for batch get document struct instead of parsin…

    …g it inside the repo method.
    
    - Include the path for each document since the order of the response isn't guaranteed to match the input.
    - Since we include each path for each requested document, it's better not to filter out missing documents. Include them with value `nil` for document.
    - Fix the capability of passing body params
    MajdSehwail committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8d4c01c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Fix callback contract

    MajdSehwail committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3423846 View commit details
    Browse the repository at this point in the history