OctopusDeploy / OctopusClients

| Public | Octopus.Client for commanding Octopus servers
https://octopus.com
Other
7 stars 120 forks source link

Change HttpRouteExtractor access modifier to public to match interface #871

Closed 500error closed 2 weeks ago

500error commented 3 weeks ago

OctopusAsyncClient takes an IHttpRouteExtractor in its constructor, but the default implementation HttpRouteExtractor is not public.

Changing this class to public makes any inheritance of OctopusAsyncClient (and HttpRouteExtractor itself) much simpler.

CLAassistant commented 3 weeks ago

CLA assistant check
All committers have signed the CLA.