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 still trying to get our frontend to play nicely with lodata. Some very basic operations are working, but nested objects are still causing some headaches.
@27pchrisl I might have someone how could implement this. Do you mind giving me some pointers about how you would implement this? Just to increase the likelihood of the pull request to get merged. Thanks
I'm still trying to get our frontend to play nicely with lodata. Some very basic operations are working, but nested objects are still causing some headaches.
I've been comparing lodata with this: https://www.odata.org/odata-services/
There's one use-cases that seems to be working there and I'd therefore assume, it's a valid OData request.
/People('russellwhyte')/Trips
(GET)/People('russellwhyte')/Trips(0)
(GET)/People('russellwhyte')/Trips(0)
(DELETE)However, with lodata I only get
Method not allowed
back. I'm using a simple eloquent model with ahasMany
child entity.The text was updated successfully, but these errors were encountered: