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

Feature/endpoint summary #1373

Merged
merged 2 commits into from
Apr 19, 2021
Merged

Conversation

oben01
Copy link
Contributor

@oben01 oben01 commented Apr 18, 2021

Description, Motivation and Context

Add endpoint summary field for both open api 2 & 3.
This issue is releated to #711
The following syntax comes from #711 (comment)

/**
 * My description
 *
 * @summary
 * My summary
 */
@endpoint({ method: "GET", path: "/path" })
MyEndpoint {
  // ...
}

Checklist:

  • I've added/updated tests to cover my changes
  • I've created an issue associated with this PR

@lfportal lfportal self-requested a review April 19, 2021 05:14
Copy link
Contributor

@lfportal lfportal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @oben01 !

@lfportal lfportal merged commit fadbf4c into airtasker:master Apr 19, 2021
@oben01 oben01 deleted the feature/EndpointSummary branch April 19, 2021 07:17
Thodin3 pushed a commit to Thodin3/spot that referenced this pull request May 4, 2021
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

Successfully merging this pull request may close these issues.

2 participants