You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add service EndpointMetaDataFactory and DTO EndpointMetaData for description of all defined endpoints and methods.
Inspired by Doctrine EntityMetaData.
Why?
We need to provide a simple way to distribute information about endpoint settings to other services (documentation, validators, ...). The solution is to define a data object to describe the structure.
The text was updated successfully, but these errors were encountered:
Add service
EndpointMetaDataFactory
and DTOEndpointMetaData
for description of all defined endpoints and methods.Inspired by Doctrine EntityMetaData.
Why?
We need to provide a simple way to distribute information about endpoint settings to other services (documentation, validators, ...). The solution is to define a data object to describe the structure.
The text was updated successfully, but these errors were encountered: