How to use Postman and PowerShell to Query API data

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 17

  • @jeffsandy4075
    @jeffsandy4075 5 місяців тому

    You covered it all! Thanks. Like you, I'm an infrastructure guy who, from time-to-time, has to do developer things - with PowerShell. This bridged the gap!

  • @JonathanSwiftUK
    @JonathanSwiftUK 2 роки тому +1

    Travis, you really are an excellent trainer, this is very clear and east to understand. Combining it with Postman is very helpful.

  • @DrtriderTV
    @DrtriderTV 3 роки тому +4

    Not bad. However, I think it's crucial to mention that building the headers in API calls in Powershell is really tough. There is a feature called "code snippet" in PostMan. It even has a PowerShell rest-method function in there to easily create PowerShell code. Would've been invaluable to have that in this tutorial. I stumbled on it by accident.

    • @DannyNilsson
      @DannyNilsson Рік тому +1

      I tried the snippet but it really over complicates how to create the request instead of how the header is created i just used
      $headers = @{
      "Content-Type" = "application/json"
      }

  • @yamahabeat
    @yamahabeat 3 роки тому +2

    This is a brilliant tutorial!

  • @mickymcl8359
    @mickymcl8359 Рік тому

    Hi Travis, newbie so apologies for this question: do I have subscribe to a plan in Openweather to be allowed to allow me to send an API Key from the Postman application?

  • @whoaMI-mi9hb
    @whoaMI-mi9hb 3 роки тому +1

    Really cool easy to understand tutorial , is it possible and good idea to use REST API to manage / deploy instances in AWS EC2 or AZ COMPUTE

    • @Ciraltos
      @Ciraltos  3 роки тому

      Thanks. I haven't thought much about doing that. It would depend on the environment and requirements. Security is always important as well.

  • @sajjadrahman369
    @sajjadrahman369 3 роки тому

    Excellent explanation

    • @Ciraltos
      @Ciraltos  3 роки тому

      Glad it was helpful!

  • @alex09lop
    @alex09lop 4 роки тому

    Useful information, thanks for sharing

    • @Ciraltos
      @Ciraltos  4 роки тому

      Thanks for visiting

  • @amitmerchant7205
    @amitmerchant7205 4 роки тому

    Very nice

  • @thaddeuspearson500
    @thaddeuspearson500 3 роки тому

    thank you for this

  • @gumbypokey7
    @gumbypokey7 4 роки тому +1

    I believe your state code should be "US-MN" as referenced in ISO standard here: en.wikipedia.org/wiki/ISO_3166-2:US