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

Does not appear to work with class based routing #12

Closed
tclarke opened this issue Apr 24, 2017 · 3 comments
Closed

Does not appear to work with class based routing #12

tclarke opened this issue Apr 24, 2017 · 3 comments

Comments

@tclarke
Copy link

tclarke commented Apr 24, 2017

  @doc.summary("This is my view's getter")
  async def get(self, _):
    return response.json({'foo': []})

Does not include the summary.

@travisbrady
Copy link

I'm also interested in this. Any help I can provide? Pointers on where to start maybe?

@Reinami
Copy link
Contributor

Reinami commented Aug 27, 2017

Right now this doens't support class-based routing. Would like to add it in at some point. If anyone wants to do the work would be glad to merge a PR. If not i'll add it to the list of things to do.

@stale
Copy link

stale bot commented May 14, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is incorrect, please respond with an update. Thank you for your contributions.

@stale stale bot added the stale label May 14, 2019
@stale stale bot closed this as completed Jun 13, 2019
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

3 participants