openapi-url-resolver
Link to open source: https://github.com/vinitshahdeo/openapi-url-resolver
Link to Live Project: https://www.npmjs.com/package/openapi-url-resolver
openapi-url-resolver is a lightweight NPM package that provides a simple and efficient way to resolve server URLs from OpenAPI specifications. It also removes protocols from the resolved URLs and allows you to easily extract host information from OpenAPI definitions. This package is ideal for developers working with APIs that conform to the OpenAPI 3.x specification and need to extract server information to make API calls. Check out the blog post for more details—How to resolve server URLs containing variables in OpenAPI 3.x definitions?

