refactor(cmd-api-server): move Servers class to common package #260
Labels
API_Server
Developer_Experience
enhancement
New feature or request
good-first-issue
Good for newcomers
Description
As a plugin author I want to have access to the
Servers
utility class so that I can use it to deal with HTTP/S servers easier.An example is when wanting to shut down an HTTP/S server with a one liner method call that returns a promise (lacking that, you have to manually promisify the shutdown call).
The class currently is at:
packages/cactus-cmd-api-server/src/main/typescript/common/servers.ts
And it should be under:
packages/cactus-common/src/main/typescript/servers.ts
Acceptance Criteria
The text was updated successfully, but these errors were encountered: