Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implied aggregate on label, normalise response... #35

Closed
MrSwitch opened this issue Mar 16, 2018 · 0 comments
Closed

Implied aggregate on label, normalise response... #35

MrSwitch opened this issue Mar 16, 2018 · 0 comments
Labels

Comments

@MrSwitch
Copy link
Member

MrSwitch commented Mar 16, 2018

Normalised field values via alias names are not supported.

For a 1:n join

Typically a response array would be defined as n...

// Request Fields...
{ 
   {n: ['field']}
}

// Response Array...
[{ 
   n: [{
       field: "Example"
   }, ...]
}, ...]

The objective here is to allow 1:n to be normalised such that the request/response looks like...

// Request
{
   {nfield: 'n.field'}
}

// Response
[{
 nfield: "Example"
}, ...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant