-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
As per OData basic tutorial in Basic Tutorial · OData - the Best Way to REST, an unbound function example was given as
GET serviceRoot/GetNearestAirport(lat = 33, lon = -118)
Here the function name was given without namespace. On the other hand, when calling a bound function, the namespace was provided like below.
GET serviceRoot/People('russellwhyte')/Microsoft.OData.SampleService.Models.TripPin.GetFavoriteAirline()
I wanted to understand what the rule is here. I was thinking that namespace is mandatory for function all the time. But this is not the case here. Kindly provide the suggestion.
Metadata
Metadata
Assignees
Labels
No labels