Skip to content

JAMSUPREME/odata-opentypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

odata-opentypes

Messing with open types for client and server

Server

Definition

In this particular scenario, the definition includes a person, who has "ExtraFields", which is itself a dictionary/open type. In the typical OData expected output, the property encapsulating the extra properties ("ExtraFields") is not serialized.

In accord with the code I built, I had to create a complex type that has no shape, which the client must then fill in.

I will later revisit whether or not it is possible to simply enable OData to serialize the dynamic properties property name (which would make this hack much simpler and less convoluted)

Client

Using OData client code generator.

About

Messing with open types for client and server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published