Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDev 55 #46
Dev 55 #46
Conversation
…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.
| @@ -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) | |||
DaleHerring
Oct 20, 2020
Is this an extraneous comment?
Is this an extraneous comment?
No description provided.