ApiFramework icon indicating copy to clipboard operation
ApiFramework copied to clipboard

EndpointDefinition requires valid route and API

Open tsilvonen opened this issue 3 years ago • 0 comments

EndpointDefinition cannot be created without a valid route and ApiDefinition.

This change introduces only one constructor which validates the required parameters:

  • route
  • api

tsilvonen avatar Mar 23 '22 08:03 tsilvonen