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

feat!: XML response deserialization #1299

Merged
merged 40 commits into from
Feb 10, 2024
Merged

feat!: XML response deserialization #1299

merged 40 commits into from
Feb 10, 2024

Commits on Jan 9, 2024

  1. Mostly working XML reader

    jbelkins committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    3e78b74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf9bb15 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Code cleanup

    jbelkins committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    569d5de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a52d4 View commit details
    Browse the repository at this point in the history
  3. Revert to main branch models

    jbelkins committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d7a592b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Fix integration tests

    jbelkins committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1b7e7b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2562b24 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 16, 2024

  1. Delete duplicate tests

    jbelkins committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4f2b458 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0aba18 View commit details
    Browse the repository at this point in the history
  3. Restore main

    jbelkins committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0711195 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d327a1 View commit details
    Browse the repository at this point in the history
  5. Revert models

    jbelkins committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5a3cb57 View commit details
    Browse the repository at this point in the history
  6. Revert Package.swift

    jbelkins committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4de9974 View commit details
    Browse the repository at this point in the history
  7. Code cleanup

    jbelkins committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3ba40ad View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Fix codegen tests

    jbelkins committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ca01cb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Fix tests

    jbelkins committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    833360c View commit details
    Browse the repository at this point in the history
  2. fix lint

    jbelkins committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d1304ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b99378a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe2fb19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    491ef6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de4a4ec View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

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

Commits on Jan 23, 2024

  1. Code review fixes

    jbelkins committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5a25bbf View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    90ffa69 View commit details
    Browse the repository at this point in the history
  2. Update RestXML error

    jbelkins committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    e638413 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Fix error customizations

    jbelkins committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    aec6f45 View commit details
    Browse the repository at this point in the history
  2. Fix codegen tests

    jbelkins committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    837bb87 View commit details
    Browse the repository at this point in the history
  3. Fix swiftlint issue

    jbelkins committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4f483bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8f3a81 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    9d8e96d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0168c60 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    65bfcf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1341b98 View commit details
    Browse the repository at this point in the history
  3. Fix getOrNull usage

    jbelkins committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f2a2899 View commit details
    Browse the repository at this point in the history
  4. Revert manifest

    jbelkins committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    bf13ee8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    48bd940 View commit details
    Browse the repository at this point in the history
  2. Delete unused CodingKeys

    jbelkins committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    372806a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1abe22d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de92168 View commit details
    Browse the repository at this point in the history