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

feat: use the postman-collections sdk #45

Open
nohehf opened this issue Oct 23, 2022 · 0 comments
Open

feat: use the postman-collections sdk #45

nohehf opened this issue Oct 23, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers p3 priority 3

Comments

@nohehf
Copy link
Member

nohehf commented Oct 23, 2022

Currently, the format.ts module is building the postman collection programmatically from scratch. However, Postman has an npm package: https://github.com/postmanlabs/postman-collection that provides an SDK for doing so.
I decided not to use it in the fireplace as deno support for npm packages was not a thing back then, but it has evolved a lot since then.
It would be interesting to use the SDK for cleaner code, reducing the code-base and future-proofing.

Edit: as of deno 1.26.x npm support is still unstable, I'll get onto this issue when I'm satisfied with this: denoland/deno#15960

@nohehf nohehf added enhancement New feature or request good first issue Good for newcomers p3 priority 3 labels Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers p3 priority 3
Projects
None yet
Development

No branches or pull requests

1 participant