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 saved searches APIs. #121

Merged
merged 2 commits into from
Jun 27, 2024
Merged

Add saved searches APIs. #121

merged 2 commits into from
Jun 27, 2024

Commits on Jun 27, 2024

  1. Add saved searches APIs.

    This implements the list, get, post, and delete routes. It omits the put
    route for now, since we might not actually need it yet, and it will
    probably require some significant refactoring.
    richardxia committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5b5ae52 View commit details
    Browse the repository at this point in the history
  2. Improve error handling for invalid POST request.

    This both performs an actual early exit as well as correctly reports a
    4xx error rather than a 5xx error if the client submits data in the
    wrong format.
    richardxia committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    04d080f View commit details
    Browse the repository at this point in the history