Azure / Azure/azure-functions-host
Node.js v4 programming model - feature request - tags
Open
design
needs-discussion
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Can the api config object support an optional `tag`, similar to [OpenApi tags](https://swagger.io/docs/specification/grouping-operations-with-tags/), to organize the APIs?
```
app.deleteRequest('deleteBlogPost', {
tags: ["Blog"],
route: "blogpost/{id}",
authLevel: 'anonymous',
handler: deleteBlogPost
});
```
Contributor guide
Research direction
Start by locating the Node.js v4 programming model's API configuration handling and review the linked OpenAPI tags guidance. Done means the API config accepts an optional tag or tags value and uses it to organize APIs as shown in the example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, openapi
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100