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

API Endpoints #384

Merged
merged 23 commits into from
Jun 22, 2023
Merged

API Endpoints #384

merged 23 commits into from
Jun 22, 2023

Commits on Jun 14, 2023

  1. Initial script api work

    Chris7 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    123ba96 View commit details
    Browse the repository at this point in the history
  2. Initial script api

    Chris7 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d8ceccf View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Refactor form update logic

    Chris7 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    80c5cef View commit details
    Browse the repository at this point in the history
  2. Add status codes to api

    Chris7 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    7440ae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d698cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dedbbb View commit details
    Browse the repository at this point in the history
  5. Add api based script addition

    Chris7 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    f7bfe4b View commit details
    Browse the repository at this point in the history
  6. ADd check for MultiValueDict

    Chris7 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    d88fa7d View commit details
    Browse the repository at this point in the history
  7. Fix MultiValueDict import

    Chris7 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    f9d1525 View commit details
    Browse the repository at this point in the history
  8. Fix validate form

    Chris7 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    cbc774c View commit details
    Browse the repository at this point in the history
  9. USe ensure_list

    Chris7 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    5852714 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Refactor, more tests

    Chris7 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4514642 View commit details
    Browse the repository at this point in the history
  2. Test api

    Chris7 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e676096 View commit details
    Browse the repository at this point in the history
  3. rename tst

    Chris7 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f9fa8a0 View commit details
    Browse the repository at this point in the history
  4. test stubs

    Chris7 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6f39bd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. More tests

    Chris7 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    eb9abb0 View commit details
    Browse the repository at this point in the history
  2. More tests, docs

    Chris7 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1ee8d78 View commit details
    Browse the repository at this point in the history
  3. Move api key location

    Chris7 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    05fde0b View commit details
    Browse the repository at this point in the history
  4. Fix anon user

    Chris7 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    10bdce2 View commit details
    Browse the repository at this point in the history
  5. more doc updates

    Chris7 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9fe2faf View commit details
    Browse the repository at this point in the history
  6. Add example using files

    Chris7 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d1eda2f View commit details
    Browse the repository at this point in the history
  7. Fix request parsing

    Chris7 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    df4e39d View commit details
    Browse the repository at this point in the history
  8. remove decoding

    Chris7 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6e24a49 View commit details
    Browse the repository at this point in the history