Skip to content

Support @odata.bind syntax in odata requests #4

@krombipils

Description

@krombipils

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions