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

Added option to run ADT calls over RFC #64

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 12, 2022

  1. Added option to run ADT calls over RFC

    Main effort is to split Connection in sap/adt/core.py into ConnectionViaRFC and ConnectionViaHTTP.
    Alexander Kreuzer committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    6ba6417 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Address comments

    Revert changes to formating
    Revert to old requirements.txt and move urllib3 back
    Alexander Kreuzer committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    918e5cd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    6a5470d View commit details
    Browse the repository at this point in the history
  2. Corrected code formatting

    Alexander Kreuzer committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    bca5557 View commit details
    Browse the repository at this point in the history
  3. Not implemented error for rfc-over-rest and odata/gtcs

    Alexander Kreuzer committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    05c1c36 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Fix CI errors

    - Fix sapcli test (rename `group` to `rfc_group`
    - Fix type hints for python 3.8 (Dict[...] instead of dict[..])
    Alexander Kreuzer committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    7a10bd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Change type syntax to be compatible with python 3.8

    Alexander Kreuzer committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    7dfca7a View commit details
    Browse the repository at this point in the history