.NET 8 - HTTP Files

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

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

  • @CodingTutorialsAreGo
    @CodingTutorialsAreGo  8 месяцев назад

    Which do you prefer, Postman or Swagger, or will you be switching to using HTTP files?
    Source code available at: github.com/JasperKent/HTTP-Files
    Remember to subscribe at ruclips.net/channel/UCqWQzlUDdllnLmtgfSgYTCA
    And if you liked the video, click the 👍.

    • @jayakumar2927
      @jayakumar2927 8 месяцев назад

      Github shows page not found

    • @TheSnakeCro
      @TheSnakeCro 6 месяцев назад

      Insomnia my favourite ❤

  • @marceloleoncaceres6826
    @marceloleoncaceres6826 Месяц назад +1

    Great video, thanks for sharing your time and knowledge

  • @codingbloke
    @codingbloke 8 месяцев назад +2

    I alternate between both Swagger and http file. The http file allows you to work within the IDE and is much easier when iterating the development of an endpoint or when testing requires the use of one or more other end points before examining the behavior of the subject end point. Whereas Swagger is useful for reviewing the features of the API overall and examining the shape of the schema.
    Like you demonstrated its common to start with swagger to play around with API then copy and paste any problem parameters and content to the http file to work on the further dev.

  • @llionking055
    @llionking055 4 месяца назад +1

    Many thanks❤ can we pass the token from the login response to the next request? We can set token to environment variable in Postman

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

      The way I'd do it would be to put the token in a variable, then use the variable in the authentication header for the request. Then you just have to cut and paste the token value from the login response to the variable.

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

      @@CodingTutorialsAreGo thank you for your response but I think it would be better if we could send the login request and then store it in a variable for the later request (similar to Postman)

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

    Hello. Would it be reasonable to integrate http files into unit testing frameworks?

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

      I can't really see how, since the results still have to be read visually.

  • @ghaiathaltrabulsi135
    @ghaiathaltrabulsi135 7 месяцев назад +1

    Many thanks for the good (as usual) video. Is it possible to make a video about "Mutex", "Semaphore" and "lock". And how to use them sync and async scenarios. Thanks. :)

  • @Denis-bd4ee
    @Denis-bd4ee 8 месяцев назад +1

    Спасибо за видеоролик. Наткнулся на ваш канал совсем недавно, сейчас занимаюсь изучением C# и нахожусь на этапе изучения Делегатов, Событий и ваши видео ролики очень сильно помогают. Очень благодарен вам за ваш контент.

  • @jembre1273
    @jembre1273 7 месяцев назад

    Mr. Kent, I think you are a very interesting person. May I ask, how can you be so productive? You have studied physics, you program very well, you have written books, and I guess you are making music too? I wish I could be as productive as you, do you have any secrets? :)

    • @CodingTutorialsAreGo
      @CodingTutorialsAreGo  7 месяцев назад +1

      No secret. I just bored quickly.

    • @jembre1273
      @jembre1273 7 месяцев назад +1

      @@CodingTutorialsAreGo ahah great reply! XD

  • @Praveen.Kumar.
    @Praveen.Kumar. 8 месяцев назад +1

    Thank you sir for sharing.

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

    good👍