Added a **kwarg argument to the stac class to pass down request parameters, main purpose was to pass verify=False down to the GET requests when instantiating so that uncertified SSL links can be utilised.
I believe this to be generally useful to others as it is allowing more control over the request get call.
Added a **kwarg argument to the stac class to pass down request parameters, main purpose was to pass
verify=False
down to the GET requests when instantiating so that uncertified SSL links can be utilised. I believe this to be generally useful to others as it is allowing more control over the request get call.