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
I'm building an Odata V4 library on top of Express v5.
However, I’m facing issues implementing a route like /Products(:id) due to the route validation logic described in the release note.
This kind of particular route is used to identify a unique resource as mentioned in OData Documentation and also along with this it is also used for calling bound/unbound action mention here.
Could you advise if there’s a way to implement this specific route in Express v5?
This discussion was converted from issue #6155 on November 07, 2024 22:20.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm building an Odata V4 library on top of Express v5.
However, I’m facing issues implementing a route like
/Products(:id)
due to the route validation logic described in the release note.This kind of particular route is used to identify a unique resource as mentioned in OData Documentation and also along with this it is also used for calling bound/unbound action mention here.
Could you advise if there’s a way to implement this specific route in Express v5?
Beta Was this translation helpful? Give feedback.
All reactions