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
The general idea is to do something that eliminates this whole usage of IResult. You frequently run into HTTP endpoints where you want to first load a related entity, then map it somehow to the response. If the entity does not exist, the route should stop and return a 404.
The text was updated successfully, but these errors were encountered:
See this conversation:
https://hachyderm.io/@[email protected]/110695794643161320
The general idea is to do something that eliminates this whole usage of IResult. You frequently run into HTTP endpoints where you want to first load a related entity, then map it somehow to the response. If the entity does not exist, the route should stop and return a 404.
The text was updated successfully, but these errors were encountered: