Some commands should be specific to services. For example, a service may not offer an API endpoint that another service does.
Command behaviors may have to be customized for each service, as well. Continuing with the previous example, two services may have API endpoints for retrieving specific information, but the endpoints would be different. We would need different behaviors for each one.
Some commands should be specific to services. For example, a service may not offer an API endpoint that another service does.
Command behaviors may have to be customized for each service, as well. Continuing with the previous example, two services may have API endpoints for retrieving specific information, but the endpoints would be different. We would need different behaviors for each one.