Why I use Insomnia instead of Postman

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025
  • I used Postman for years, but over the last few years have been loving the Insomnia client and wanted to share some of the cool things you can do with it!

Комментарии • 33

  • @Jel.Awesh.M
    @Jel.Awesh.M Год назад +7

    Simple and OpenSource are also the reasons I am a Insomnia user.

  • @Marfig
    @Marfig 9 месяцев назад +4

    You should now make a new video showing why you switched away from Insomnia

  • @JuriyBura
    @JuriyBura Год назад +3

    Good timing. Now that Postman has decided to deprecate scratchpad (effectively making it only usable with their cloud, which they desperately tried to sell since years) alternative products is the only way to go. I feel like I liked Postman since it was really the first reasonable lightweight REST client. Then it was mostly the power of habit. I guess it is a time to review those habbits.

    • @duartedias271
      @duartedias271 Год назад +1

      Bad timing, insomnia just did the same

  • @acidhauss7018
    @acidhauss7018 2 года назад +11

    I gave up on Insomnia at first because I couldnt work out how to import CURL - then a month later all I found I had to do is just copy and paste it into the URL....goodbye Postman!

    • @srinikethajessu9653
      @srinikethajessu9653 Год назад

      How we can import all collections

    • @ThorClient
      @ThorClient 4 месяца назад

      Inspired a lot from Insomnia, so I have written my own API client named Thor Client.
      It was challenging at first, but it has been really motivating, like building my own dream tool.
      You can also paste cURL to the input of request URL to import immediately!

  • @iMadeThisThat
    @iMadeThisThat 11 месяцев назад

    Hi Zach, thanks for the video. WIll you be making a longer video with a proper flow in which we pass on the token(after a succcesful logon) , and then making sure this token remains active during the User's total session etc.? e.g. If you're trying to log in to your bank app, and once successul login is done, user then lands on the accounts/profle page to see his/her accounts, and then continues the (global) session, until sign off call is fired. So we carry the token for the entire session, and then may be remaining calls are GET calls etc.

  • @rohithsai4562
    @rohithsai4562 Месяц назад

    Is there any self or third party reporting system to export test results like postman has Newman?

  • @Tanner-cz4bd
    @Tanner-cz4bd 3 месяца назад

    great vid,

  • @frankenleg
    @frankenleg 9 месяцев назад +5

    Bruno is here… Goodbye Insomnia

  • @umutnumanoglu1056
    @umutnumanoglu1056 Год назад +3

    I hope my comment does not come too late. I basically do a very similar thing in Postman. We have different environments and for each environments different test accounts. There are two problems that comes with it. First one is getting overview, switching quickly between envs and users. (I believe Insomnia is better in this regard) and another problem is entering/saving the credentials. Currently I don't have any sensible way to save the credentials, so every time I use it, I save the credentials that are used for creating the bearer token in a variable and remove this variable at the end of the day, as I don't want to have it on my computer. I also use it to switch between users.
    Is there are elegant solution to this. Like the gui asking for a password and saving it for a limited time, or automatically removing vars or getting the vars from a secure place (like a vault)?

    • @zachgoll
      @zachgoll  Год назад +1

      Ultimately, if you’re dealing with temporary tokens and you don’t want to store anything on your device, you’re probably not going to find an “easy” solution. Is there a specific reason you don’t want to store a secret on your device?
      You could always use AWS secrets manager, setup a limited scope IAM user, and make a dynamic API call for the secret, but IMO this is too much work (unless you have a very clear reason why it’s necessary)

  • @thegripmaster666
    @thegripmaster666 11 месяцев назад

    What do you think of hoppscotch?

  • @fishzebra
    @fishzebra 6 месяцев назад +1

    web client http files are even simpler still and easy to check into git

  • @srinikethajessu9653
    @srinikethajessu9653 Год назад

    How to import the existing postman collections in Insomnia?

  • @frankreynolds9930
    @frankreynolds9930 Год назад +1

    But how did you get that tag in manage environment which says Response ->Body Attribute??

    • @frankreynolds9930
      @frankreynolds9930 Год назад

      nevermind, needed to restart program after installing plugin.

  • @vldimeski
    @vldimeski 4 месяца назад

    can we use proxy capture listener like postman has?

  • @urmur
    @urmur Год назад

    Can you talk about different types of authentication?

  • @krupali
    @krupali Год назад

    Is there any way that you can do assertions (which does not have design doc)?

  • @0xbitbybit
    @0xbitbybit Год назад +1

    Can someone in Insomnia land tell me if/how to test or send a request to ALL the API endpoints at once? I have a huge list of endpoints, I believe this was possible in Postman, but I can't see anywhere to run a test against ALL the endpoints by clicking one button in Insomnia, instead of having to select every single endpoint and test it manually. Even in the "Test" tab, can't seem to select ALL the endpoints, say for a 200 response test, just has a drop down list of all the endpoints to select one 🤷‍♂ Driving me insane!

  • @hasithadhananjaya2806
    @hasithadhananjaya2806 8 месяцев назад +1

    Anyone can mention ram usage in MB for insomnia below this comment

  • @thomasrobin
    @thomasrobin 2 года назад

    You should give IoTIFY a try if you need so simulate anything complex

  • @bluewavezzz
    @bluewavezzz 5 месяцев назад

    I prefer using Apidog over Insomnia and Postman. Much better UI, a lot more complete tools for a developer in general.

  • @devcore1
    @devcore1 Год назад

    plugins 👀

  • @knowwhere663
    @knowwhere663 Год назад

    My question is, do i need to create an account to import collections. This is the reason why i am looking an alternative to postman.

  • @tabliqatchi6696
    @tabliqatchi6696 Год назад

    Is the free version really limited to a single project only? 🤔

  • @DarioNecco
    @DarioNecco Год назад

    Httpie looks better to me

    • @zachgoll
      @zachgoll  Год назад

      That does look awesome, might use this for a while