Closed bheavner closed 6 years ago
I see that the python client uses this https://github.com/fair-research/minid/blob/e6d833aab34a7eeeb44a3c15400a19588422aecc/minid_client/minid_client_api.py#L69 but I'm not sure whether it is possible to send a query string with a http POST operation. Should the JSON I"m sending somehow specify that it's a test?
RTFM: https://www.w3schools.com/tags/ref_httpmethods.asp
I see that the python client uses this https://github.com/fair-research/minid/blob/e6d833aab34a7eeeb44a3c15400a19588422aecc/minid_client/minid_client_api.py#L69 but I'm not sure whether it is possible to send a query string with a http POST operation. Should the JSON I"m sending somehow specify that it's a test?