Skip to content

Dev 325 #116

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

Merged
merged 59 commits into from
Nov 29, 2021
Merged

Dev 325 #116

merged 59 commits into from
Nov 29, 2021

Conversation

John-Bragg
Copy link
Contributor

No description provided.

robert-close and others added 30 commits September 2, 2020 15:06
…emoved the ability to collect insights before sending, now the every time the user invokes the collectInsights method, it will also send. This prevents any State issues with the algorithm.
John-Bragg and others added 21 commits December 1, 2020 13:12
@John-Bragg John-Bragg requested a review from zeryx November 4, 2021 21:53
Copy link
Contributor

@zeryx zeryx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a little complex of a workflow enhancement, I see that this now should enable support for non-marketplace interfaces; but is there a suite of tests I can perform with the CLI itself (as a smoketest) outside of just the test harness created here?


else:
if APIaddress == "" or not APIaddress.startswith("https://api."):
APIaddress = "https://api.algorithmia.com"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should fail with an error, not soft-recover IMO

def client(api_key=None, api_address=None, ca_cert=None):
return Client(api_key, api_address, ca_cert)
def client(api_key=None, api_address=None, ca_cert=None, bearer_token=None):
return Client(api_key, api_address, ca_cert, bearer_token)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the documented use for this bearer token?

Copy link
Contributor

@zeryx zeryx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, approving 👍

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.

4 participants