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

Retrieve a Note by its id #57

Merged
merged 7 commits into from
Aug 2, 2024
Merged

Retrieve a Note by its id #57

merged 7 commits into from
Aug 2, 2024

Commits on Jul 27, 2024

  1. Retrieve a Note by its id

    jhodapp committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    7e5ccba View commit details
    Browse the repository at this point in the history
  2. Run cargo fmt

    jhodapp committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    1fa63d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

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

Commits on Jul 29, 2024

  1. Cargo fmt

    jhodapp committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7de786f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3d16a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 2, 2024

  1. Make sure that when fetching a Note by id that doesn't exist returns …

    …a 404 Not Found error. Also make sure an empty list of Notes is returned as an empty list and not a 404 Not Found
    jhodapp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e03376f View commit details
    Browse the repository at this point in the history