Skip to content
#

odata

Here are 224 public repositories matching this topic...

forfront
forfront commented Aug 7, 2019

Short summary (3-5 sentences) describing the issue.

It is not clear how you could perform the following:

  1. Exclude some Controllers and or Actions from the generated output.
    Typically a developer might want to create an attribute that is used to identify which controllers and actions are to be ignored from the generated output. An example might be a controller/action that is role permissio

With JayStack OData v4 Server you can build your own data endpoints without the hassle of implementing any protocol-level code. This framework binds OData v4 requests to your annotated controller functions, and compiles OData v4 compatible response. Clients can access services through OData-compliant HTTP requests. We recommend the JayData library for consuming OData v4 APIs.

  • Updated May 7, 2020
  • TypeScript
NetTecture
NetTecture commented Jan 30, 2019

How is one supposed to make a post that references another object in a navigation property?

Example:

 export interface Module {
    Identity: Edm.Guid;
    Equipment?: PropertyCore.Equipment;
}

I need to post with a reference to an existing Equipment (and yes, that makes little sense - I removed all the other elements).

Our front end is stuck here and I fail to find any

Improve this page

Add a description, image, and links to the odata topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the odata topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.