I'm working against a third-party API that barfs if the URL doesn't have a trailing slash on it. I see that this is handled by EndpointResolver (https://github.com/digitalocean/resource_kit/blob/master/lib/resource_kit/endpoint_resolver.rb#L30) and am wondering if it's a necessity or if a patch to leave a trailing slash if it exists it would be accepted?