Skip to content

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.

5 participants