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

Mapping: request/response entity #7

Closed
f3l1x opened this issue Feb 9, 2017 · 1 comment
Closed

Mapping: request/response entity #7

f3l1x opened this issue Feb 9, 2017 · 1 comment

Comments

@f3l1x
Copy link
Member

f3l1x commented Feb 9, 2017

/**
 * @Path("/user/{id}")
 * @Method("POST")
 * @Mapping({
 *   @Request(My/Entity),
 *   @Response(My/Entity2),
 * })
 * @param ApiRequest $request
 * @param ApiDataResponse $response
 * @return ApiResponse
 */
public function detail(ApiRequest $request, ApiDataResponse $response) {
}
@f3l1x f3l1x added the feature label Feb 9, 2017
@f3l1x f3l1x added this to the v0.3 milestone Feb 9, 2017
@f3l1x f3l1x self-assigned this Feb 9, 2017
@f3l1x f3l1x mentioned this issue May 29, 2017
@f3l1x f3l1x modified the milestones: v0.4, v0.3, v0.5 Aug 15, 2017
@f3l1x f3l1x removed this from the v0.5 milestone Oct 6, 2017
@f3l1x
Copy link
Member Author

f3l1x commented Oct 6, 2017

I'm going to close it, cause it's gonna be implemented in apitte/mapping.

https://github.com/apitte/mapping/issues/1

@f3l1x f3l1x closed this as completed Oct 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant