Haskell Tutorial: Calling REST APIs (HTTP requests using "wreq")

Поделиться
HTML-код
  • Опубликовано: 21 янв 2025

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

  • @brefaccion
    @brefaccion 2 года назад +9

    Looking forward to your next tutorial, haskell community really needs more of this

  • @sabrinathan
    @sabrinathan 2 года назад +6

    Hi.. This is one of the best Haskell videos I have seen.. clear and succinct.. Thanks a lot.

  • @danieldiaz6025
    @danieldiaz6025 Год назад +2

    Especially liked the explanations of type errors and the use of typed holes.

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

    Thank you for making this, it was very helpful. Was quite bummed out to see that you haven't uploaded anything recently.

  • @tuckertriggs
    @tuckertriggs 2 года назад +1

    This video is very helpful! Thanks. You should consider making more tutorials

  • @Matternous
    @Matternous 10 месяцев назад

    This video was fantastic

  • @hfislwpa
    @hfislwpa 2 года назад +1

    Great video! Was accesible even to myself as a beginner

  • @32gigs96
    @32gigs96 2 года назад

    Entertaining and informative. Also you remind me of Max Holloway.

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

    Ive followed along with the code and keep getting the same error
    Exception: JSONError "Error in $: parsing Main.TranslateResponse(TranslateResponse) failed, expected Object, but encountered Array"
    has anyone run into it?

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

    Great video!! Thanks

  • @TheRealisticNihilist
    @TheRealisticNihilist 2 года назад +1

    This is fucking sick, bro.

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

    Amazing tutorial! How can i get the source code?

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

    Super informative,

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

    Thank you very much! Awesome tutorial!
    How can I get the Editor you are using?

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

      It's an in-browser editor called Hexgrip.

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

    New content soon? Great stuff 🙏

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

    Great stuff

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

    helpful!

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

    great

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

    Side note: this is not a REST API, because there are no hypermedia controls, just hardcoded URLs.