Skip to content

Missing information how to install and run it #27

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

Open
misiekofski opened this issue Mar 23, 2020 · 10 comments
Open

Missing information how to install and run it #27

misiekofski opened this issue Mar 23, 2020 · 10 comments

Comments

@misiekofski
Copy link

I would like to use it, but don't know what to do. Cloned repo, did npm install and then what?

@SammyMohamed-FD
Copy link

Readme shows ./curl2postman but no idea where I would run that. Project route contains no such binary and no instructions on how to install

@louisremi
Copy link

That seems like an interesting tool. I found it through postman's blog. Unfortunately I can only agree: how the hell are we supposed to use it? The readme doesn't help at all.

@arlemi
Copy link

arlemi commented Feb 23, 2021

Agreed that this Readme needs some work, in the meantime you can use Postman directly to convert a curl command to a Postman request, then export it if you want to have it as a JSON file.

importcurl

@louisremi
Copy link

louisremi commented Feb 23, 2021

Thanks @arlemi! I googled "postman test curl" and the first result is an old blog post from 2016 that points to this repo. It seems you now have a better way tu use cURL right in postman. Maybe you could update that blog post to reflect that?

@michal-dobrzycki-coderslab

in the meantime you can use Postman directly to convert a curl command to a Postman request

The problem I was trying to solve was running that import for 2k+ curls (don't ask me how I got there) ;)
Pasting manually to Postman was (and still is) not an option. I thought this repo would help me

@arlemi
Copy link

arlemi commented Feb 24, 2021

@louisremi That blog misses... a lot of info indeed haha. Good catch, we'll get that updated!

@michal-dobrzycki-coderslab Indeed, probably don't want to do it one-by-one, I found that package that you can use to convert several curl commands into one collection: https://github.com/bhargavkaranam/multiple-curl-to-postman

  • clone the repo
  • run npm install
  • run node index.js curl1 curl2 curl3...

@nimit2801
Copy link
Contributor

I have a few examples for this repo!
I'll open a PR and list them in README.md

@MrGitHumbug
Copy link

It was my 1st try at making a api for NOW token/wallet

@MrGitHumbug
Copy link

If you would like fresh copy's look up NOW token API

@MrGitHumbug
Copy link

I had no idea what I was doing. Just followed a how to guide, badly written. Sorry to disappoint but it's for NOW token not trust wallet. I just had some stored in my trust wallet. As in the native wallet to ChangeNOW exchange

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

No branches or pull requests

7 participants