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

Header params supported #4

Merged
merged 3 commits into from
Oct 10, 2017
Merged

Commits on Oct 9, 2017

  1. Header params without override $http header

    - Enabled basic auth using function input
    	api[namespace][path.operationId]({
    		Authorization: 'Basic ' + btoa(username + ':' + password)
    	})
    
    Signed-off-by: Pouyan Heyratpour <pouyan@cloudzero.ir>
    pouyanh committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    3f55a55 View commit details
    Browse the repository at this point in the history
  2. Why multipart/form-dataf-8?

    Signed-off-by: Pouyan Heyratpour <pouyan@cloudzero.ir>
    pouyanh committed Oct 9, 2017
    1 Configuration menu
    Copy the full SHA
    71f9fa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Avoid changing the main swaggerRequest

    - Changing swaggerRequest.data.{query, formData} caused wrong further requests
    
    Signed-off-by: Pouyan Heyratpour <pouyan@cloudzero.ir>
    pouyanh committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    41bcc60 View commit details
    Browse the repository at this point in the history