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

B1td dfp #4

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

B1td dfp #4

wants to merge 15 commits into from

Conversation

ccie57654
Copy link

Issue/Feature description

  • Adding Bloxone DFP api client

How it was fixed/implemented

  • added "securityDefinitions": { "ApiKeyAuth": { "type": "apiKey", "name": "Authorization", "in": "header" } }, "security": [ { "ApiKeyAuth": [] } ]
    after the definitions block which was missing and causing a failure when the client attempted to add authentication to the calls
  • used go-swagger to generate client files, added the additional b1td_dfp client to the main b1ddi client

Tests

  • tested DFP management, added example code to README

Reviewers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants