Drew Gulino

Results 4 issues of Drew Gulino

For example, only show the m5 family of instances, not the m1, m2, m3, or m4 families.

Feature request

## Description running termscp, errors with: "termscp: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory" ## Steps to reproduce run `termscp` ##...

bug

Example usage: ``` class DogClient(APIClient): def __init__(self, base_url, apikey="" ): authentication_method=HeaderAuthentication( token=apikey, parameter="apikey", scheme=None ) super().__init__(authentication_method=authentication_method, response_handler=JsonResponseHandler, request_formatter=JsonRequestFormatter) self.authentication_method = authentication_method self.apikey = apikey self.endpoint = self.Endpoint(base_url=base_url) self.set_request_timeout(30.0) ``` code:...

Passes in ssl_options if it exists.