★ wanayoo — archive 1999 https://github.com/algorithmiaio/algorithmia-python/pull/46Nouvelle recherche | Portail wanayoo
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

Dev 55 #46

Merged
merged 41 commits into from Oct 26, 2020
Merged

Dev 55 #46

merged 41 commits into from Oct 26, 2020

Conversation

@John-Bragg
Copy link
Contributor

@John-Bragg John-Bragg commented Oct 19, 2020

No description provided.

robert-close and others added 30 commits Sep 2, 2020
…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 John-Bragg requested a review from algorithmiaio/developer-technologies-contractors Oct 19, 2020
@@ -66,7 +80,8 @@ def postJsonHelper(self, url, input_object, parse_response_as_json=True, **query
input_json = json.dumps(input_object).encode('utf-8')
headers['Content-Type'] = 'application/json'

response = requests.post(self.apiAddress + url, data=input_json, headers=headers, params=query_parameters)
#response = requests.post(self.apiAddress + url, data=input_json, headers=headers, params=query_parameters)

This comment has been minimized.

@DaleHerring

DaleHerring Oct 20, 2020

Is this an extraneous comment?

John-Bragg and others added 4 commits Oct 26, 2020
@John-Bragg John-Bragg merged commit bf25d5f into master Oct 26, 2020
5 checks passed
5 checks passed
build (2.7)
Details
build (3.5)
Details
build (3.6)
Details
build (3.7)
Details
ci/gitlab/gitlab.com Pipeline passed on GitLab
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.