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

Resolve dynamic variables while converting to OAS #47

Open
vinitshahdeo opened this issue May 12, 2023 · 1 comment
Open

Resolve dynamic variables while converting to OAS #47

vinitshahdeo opened this issue May 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@vinitshahdeo
Copy link

Postman uses the faker library to generate sample data, including random names, addresses, email addresses, and much more. These are present as dynamic variables in the Postman collection. However, when converting the collection containing these variables, it is necessary to resolve them accurately.

Presently, the conversion process converts {{$randomInt}} into a string i.e. "{{$randomInt}}" , instead of a random number like 802, which is the expected behavior.

Here's the list of supported dynamic variables.

@kevinswiber kevinswiber added the enhancement New feature or request label May 12, 2023
@kevinswiber
Copy link
Owner

We can see if this dependency will work for faker-like functionality: https://crates.io/crates/fake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants