New to Postman Part 5: chaining requests

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 35

  • @koodauskanava9096
    @koodauskanava9096 6 ปีที่แล้ว +2

    Very nice and clear tutorial series. Would be nice to see more of these.

  • @babulallimba8143
    @babulallimba8143 4 ปีที่แล้ว

    Excellent videos for the beginners

  • @naveengaddam9052
    @naveengaddam9052 6 ปีที่แล้ว +1

    Pretty nice example of POSTMAN Chaining concept.

  • @sathyaprasadhr9219
    @sathyaprasadhr9219 5 ปีที่แล้ว +1

    Excellent tutorial, Exactly what i was looking for. Thanks for it

  • @SandyShiralkar
    @SandyShiralkar 3 ปีที่แล้ว

    How do you chain the xml response value net xml request?

  • @tonybeck7784
    @tonybeck7784 6 ปีที่แล้ว +7

    If you are getting "ZERO RESULTS" try switching from keyword: "sushi" to keyword: "pizza"

  • @sayantan033
    @sayantan033 4 ปีที่แล้ว

    I had to use
    if (establishment.rating >= 4.0 && establishment.business_status == "OPERATIONAL" && establishment.opening_hours.open_now)
    since if business_status is CLOSED_TEMPORARILY then there opening_hours part gets missing.

  • @jolyonfavreau3160
    @jolyonfavreau3160 5 ปีที่แล้ว +1

    slight problem with your sushi test. line 8: if (establishment.opening_hours.opens_now && establishment.rating >= 4.0) {
    i don't think it's wise to use "establishment.opening_hours.opens_now" to test against. in my instance i was getting an empty array back because of the time difference. 8 hours means the sushi bars are closed for me, which breaks the test :(

  • @bhangra20001
    @bhangra20001 4 ปีที่แล้ว

    I have 10 rows in csv file and one of the value in the row is null but like to skip it. How can I approach this issue?

  • @chandanibhujbal5463
    @chandanibhujbal5463 6 ปีที่แล้ว +1

    Can you please share any simple example of chaining requests?

  • @AdamHawkesDeveloper
    @AdamHawkesDeveloper 4 ปีที่แล้ว

    Feature Request: Play the sound at 8:22 in the Collection Runner when "Run" is pressed.

  • @harnoorsingh3309
    @harnoorsingh3309 4 ปีที่แล้ว

    I am getting 403 error with post. please help

  • @Pingsmingu
    @Pingsmingu 5 ปีที่แล้ว

    am trying to send a array of values chained to another API how do I do that?. Does anyone have an example

  • @kartoz38
    @kartoz38 5 ปีที่แล้ว

    Nicely explained chaining concepts. Can you please share the sample collection.

    • @postman
      @postman  5 ปีที่แล้ว

      In the Postman app, go to the +New button > Templates tab > search for "sushi", and you can import the template called "Sushi Selector".

  • @doug8766
    @doug8766 6 ปีที่แล้ว +1

    This is great, but I had the mentos theme playing over and over in my head after the 3 second intro...

  • @chillyhouse96
    @chillyhouse96 6 ปีที่แล้ว

    I found the issue ...in Google platform the listed the request as:
    maps.googleapis.com/maps/api/place/nearbysearch/output?parameters
    and it should be:
    maps.googleapis.com/maps/api/place/nearbysearch/json?parameters

  • @DsutinNMS
    @DsutinNMS 6 ปีที่แล้ว

    Just a quick observation: the included test to create the "choices" environment variable fails if any of the restaurants returned from Google fail to include the "open_now" field. I was following along, but trying my location and "barbecue" and the test kept failing. It took a StackOverflow request to discover the missing info. I added "open_now" = TRUE in the request headers and everything worked just fine. Just so's you (or anyone else knows). Obvious in hindsight, but really confusing trying to follow along with the tutorial.

    • @bastianhuppertz8116
      @bastianhuppertz8116 5 ปีที่แล้ว

      My test is also failing when i use "sushi" as the keyword. I'm getting an TypeError: Cannot read property 'open_now' of undefined. Can anybody help me figuring out why this happens? When i use "pizza" as a keyword everything seems fine. That doesn't make sense to me. The JSON response looks the same in both cases. I also tried adding the request header like you said, but no change.

    • @postman
      @postman  5 ปีที่แล้ว

      @@bastianhuppertz8116 you can include the `opennow` parameter in your query: stackoverflow.com/a/51393747

  • @Thatdudemayne
    @Thatdudemayne 6 ปีที่แล้ว

    The last 3 characters of my twitterID are 216, but for some reason when the test assigns the value it ends in 200 every time. Does anyone know what's going on?

  • @80amnesia
    @80amnesia 5 ปีที่แล้ว +1

    Exactly what I was looking for, thanks.

  • @LayanSooriyaarachchi
    @LayanSooriyaarachchi 6 ปีที่แล้ว

    Nice explanation. This is something which I was searching for

  • @jonnnnnnnnnnnny2
    @jonnnnnnnnnnnny2 6 ปีที่แล้ว

    I think it is not clear how you call request B from request A. Where does the chaining actually take place? Does it call all the requests in the collection in order? What if we want to make sync calls from an array in the response to request A so that we get many sync request to request B?

    • @AjayKumar-yu3qx
      @AjayKumar-yu3qx 5 ปีที่แล้ว

      she explained it using variables

  • @rymhajin2615
    @rymhajin2615 5 ปีที่แล้ว

    Beautiful tutorial! Thanks!

  • @adityakirank
    @adityakirank 4 ปีที่แล้ว

    Pretty useful, just started using postman for quick solutions. I felt like the video was a bit rushed.. it might be useful if you slowed down a bit and spent more time on each step. thx

  • @ranjan_v
    @ranjan_v 5 ปีที่แล้ว

    thank you

  • @ThomasPoth
    @ThomasPoth 5 ปีที่แล้ว

    Real good starting point, thanks alot :)

  • @ricp
    @ricp 5 ปีที่แล้ว

    Great tutorial, Thanks a lot!

  • @DheerajBhaskar
    @DheerajBhaskar 5 ปีที่แล้ว +2

    I love the intro, outro music and her voice :)

  • @tanajiyadav1973
    @tanajiyadav1973 6 ปีที่แล้ว

    I was searching it. Thanks a lot.

  • @stranglesensei
    @stranglesensei 4 ปีที่แล้ว

    woah

  • @subramanianraghavan2627
    @subramanianraghavan2627 4 ปีที่แล้ว

    She needs to slow down a bit. Too fast a voice over and actions