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

Added new APIv2 endpoints that allow advanced searches and included pagination functionality #47

Merged
merged 30 commits into from
Jan 31, 2022

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    d198061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8386f54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b585fce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c6f698 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40c66b6 View commit details
    Browse the repository at this point in the history
  6. chore: included flake8-quotes in dev dependencies

    Alan Nix committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    5145e53 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

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

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    f4ceeb6 View commit details
    Browse the repository at this point in the history
  2. fix: sanitizing access to 'query_data'

    Alan Nix committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    8bc018a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11f4fcc View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    48ea0d6 View commit details
    Browse the repository at this point in the history
  2. refactor: removed unnecessary override method

    Alan Nix committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    af5f0ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6bbde2 View commit details
    Browse the repository at this point in the history
  4. docs: added docstrings for methods which are passed

    Alan Nix committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    96b50b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2397048 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    689901e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    3e6a62e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9525938 View commit details
    Browse the repository at this point in the history
  3. fix: supply json to the query execute function

    Alan Nix committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    861fbaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    152bee4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0817ad9 View commit details
    Browse the repository at this point in the history
  6. chore: removed redundant search() method overrides

    Alan Nix committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    784f470 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d123b8 View commit details
    Browse the repository at this point in the history
  8. chore: improved error message for JSONDecodeError

    Alan Nix committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    faf4ec4 View commit details
    Browse the repository at this point in the history
  9. docs: added additional class docstrings

    Alan Nix committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    cf80f2d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    384704b View commit details
    Browse the repository at this point in the history
  2. refactor: simplified and modernized all APIv2 tests

    Alan Nix committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    7823cdc View commit details
    Browse the repository at this point in the history
  3. tests: fixed dependency issue with tests

    Alan Nix committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    83880bd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. fix: modified error logging for 'nextPage' parsing

    Alan Nix committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    157b036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1624ff8 View commit details
    Browse the repository at this point in the history