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 JSONResponse class #2569

Merged
merged 37 commits into from Dec 11, 2022
Merged

Add JSONResponse class #2569

merged 37 commits into from Dec 11, 2022

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    c5a77d5 View commit details
    Browse the repository at this point in the history
  2. Add JSON response

    prryplatypus committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    1878dcc View commit details
    Browse the repository at this point in the history
  3. Fixes

    prryplatypus committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    600ea26 View commit details
    Browse the repository at this point in the history
  4. Add tests

    prryplatypus committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    fc008c0 View commit details
    Browse the repository at this point in the history
  5. Add JSONResponse to init

    prryplatypus committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    b51a8fc View commit details
    Browse the repository at this point in the history
  6. Fix style

    prryplatypus committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    8ac9aa7 View commit details
    Browse the repository at this point in the history
  7. Rename files

    prryplatypus committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    d45a52c View commit details
    Browse the repository at this point in the history
  8. Fix test

    prryplatypus committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    ae96139 View commit details
    Browse the repository at this point in the history
  9. Update URL

    prryplatypus committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    8bbeadc View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Add docstring

    prryplatypus committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    b4fc113 View commit details
    Browse the repository at this point in the history
  2. Make kwargs public

    prryplatypus committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    e44e3af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f505037 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Different approach

    prryplatypus committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    c41b5ab View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    ce12d6f View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    prryplatypus committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    bb6cfb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Configuration menu
    Copy the full SHA
    6159145 View commit details
    Browse the repository at this point in the history
  2. Add tests layout

    prryplatypus committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    662063e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Add some tests

    prryplatypus committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    0d99522 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Fix custom kwargs

    prryplatypus committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    829ccbe View commit details
    Browse the repository at this point in the history
  2. Add remaining tests

    prryplatypus committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    dee45b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6580b7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49a99b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    023708c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Add useful methods

    prryplatypus committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    43f484d View commit details
    Browse the repository at this point in the history
  2. Improve docstrings

    prryplatypus committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    433d025 View commit details
    Browse the repository at this point in the history
  3. Add raw_body warning

    prryplatypus committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    2d92a59 View commit details
    Browse the repository at this point in the history
  4. Add tests

    prryplatypus committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    d517ab2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15e9a96 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

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

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    a149ae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31ea38f View commit details
    Browse the repository at this point in the history
  3. Fix import order

    prryplatypus committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a76c7ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c89b1a3 View commit details
    Browse the repository at this point in the history
  5. Improve message

    prryplatypus committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2d3344c View commit details
    Browse the repository at this point in the history
  6. Update tests

    prryplatypus committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    27e5594 View commit details
    Browse the repository at this point in the history
  7. Update return type

    prryplatypus committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    869d57a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13562d8 View commit details
    Browse the repository at this point in the history