1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java7,516 forks (7,516 forks)batch import
Client: JavaScript/Node.jsHacktoberfestIssue: Bughelp wanted
Repository metrics
- Stars
- 26,243 stars (26,243 stars)
- PR merge metrics
- Avg merge 9d 1h (Avg merge 9d 1h)123 merged PRs in 30d (123 merged PRs in 30d)
Description
There is an object 'servers' in openapi to specify environments. if there are more than one servers(like dev and prod) and need to know which server is selected at run time in nodejs code then how can it be achieved?
Contributor guide
- Research direction
- Investigate how the generated Node.js client library handles server selection from the 'servers' object in OpenAPI spec. Look at the generated code and its configuration options.
- Tech stack
- nodejs
- Domain
- apibackend
- Issue type
- Feature
- Prerequisites
- Node.jsOpenAPI