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

Route should be able to return multiple datatypes #36

Closed
jhusain opened this issue May 18, 2015 · 3 comments
Closed

Route should be able to return multiple datatypes #36

jhusain opened this issue May 18, 2015 · 3 comments
Assignees

Comments

@jhusain
Copy link
Contributor

jhusain commented May 18, 2015

Routes should be able to return multiple data types:

Observable of JSON graph

Observable of path value

Observable of array of Path value

Promise<Array>

Promise

Each onNext notification should be processed separately. Collapses should only occur when a single onNext delivers multiple values in an Array or a JSON Graph.

@ThePrimeagen
Copy link
Contributor

I think that this will be a great ticket to clean up the unit test and organize it into a better folder structure.

@ThePrimeagen
Copy link
Contributor

@jhusain though it wont be used. Its actually makes life easier to accept an array of jsong and/or pathValues. Else i would have to do a every check on the array, which seems dumb.

@ThePrimeagen
Copy link
Contributor

#38 BOOM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants