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

Allow tuple as input of query parameters. #1426

Merged
merged 6 commits into from
Dec 12, 2020

Commits on Dec 11, 2020

  1. Allow tuple as input of query parameters.

    In the documentation it is stated that params can be dict, string or two
    tuples. This allows to used two tuples. Previously it was possible to
    use only tuple inside a list.
    SarunasAzna committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    ad2ea5b View commit details
    Browse the repository at this point in the history
  2. tests for two tuples

    SarunasAzna committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    1738b71 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    a760084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e50cc55 View commit details
    Browse the repository at this point in the history
  3. update documentation

    SarunasAzna committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    81ad642 View commit details
    Browse the repository at this point in the history
  4. fix typing

    SarunasAzna committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    399a669 View commit details
    Browse the repository at this point in the history