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

Composed Actions #18

Closed
danilodeLuca opened this issue Aug 5, 2015 · 1 comment
Closed

Composed Actions #18

danilodeLuca opened this issue Aug 5, 2015 · 1 comment
Milestone

Comments

@danilodeLuca
Copy link

No description provided.

@feroult feroult changed the title Composed action/transformer Composed Actions Aug 6, 2015
@feroult feroult added this to the 1.2.4 milestone Aug 6, 2015
@feroult
Copy link
Owner

feroult commented Aug 7, 2015

@luanpotter idea:

ParentAction<T extends Parent> extends Action<T>
ChildAction extends ParentAction<Child>
Child extends Parent

All public action methods in ParentAction are also action routes for the child endpoint.

@feroult feroult modified the milestones: 1.3.19, 1.2.7 Dec 23, 2015
@feroult feroult closed this as completed Jan 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants