Hi,
I just switched to your fork of jaydata. I'm very glad, that you continue work on this great library!
But I have a little problem with odatajs: I would like to send @odata.bind requests. It is possible to construct such requests, but unfortunately there is a definition of jsonSerialiazbleMetadata in odatajs:
var jsonSerializableMetadata = ["@odata.id", "@odata.type"];
and @odata.bind is missing. When I add it manually to the jsonSerializableMetadata array in jaydata.js it is working fine.
I think this should be fixed/added in the odatajs repo, but as it seems to be unmaintained, I wonder whether you could change/fix it in your code?
Thank you!
Hi,
I just switched to your fork of jaydata. I'm very glad, that you continue work on this great library!
But I have a little problem with odatajs: I would like to send @odata.bind requests. It is possible to construct such requests, but unfortunately there is a definition of jsonSerialiazbleMetadata in odatajs:
var jsonSerializableMetadata = ["@odata.id", "@odata.type"];and @odata.bind is missing. When I add it manually to the jsonSerializableMetadata array in jaydata.js it is working fine.
I think this should be fixed/added in the odatajs repo, but as it seems to be unmaintained, I wonder whether you could change/fix it in your code?
Thank you!