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

FEATURE: Add apiClientOptions to configuration #8

Merged

Commits on Jun 8, 2020

  1. FEATURE: Add apiClientOptions to configuration

    The options are used for the Guzzle HTTP Client as is documented here:
    http://docs.guzzlephp.org/en/6.5/request-options.html
    
    Use this to configure custom certificates, timeouts or to disable cert verification
    mficzel committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    28df119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ea5798 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. TASK: Import asset via guzzlehttp instead of fopen to apply assetSour…

    …ceOptions there aswell
    mficzel committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    9ae2c6f View commit details
    Browse the repository at this point in the history