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
- PR metrics pending (PR metrics pending)
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