How to make GitLab API calls

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

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

  • @pedropradocarvalho
    @pedropradocarvalho 2 года назад +2

    best quick intro to postman and api I've seen so far. thank you!

  • @hfarukuslu
    @hfarukuslu 2 года назад +12

    curl / postman is for using rest api. However, you are fetching the project id from the GUI.
    Could be nice to show how it would be done by using rest api only.

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

    Please note that the first call she made works for projects that are public. If you use a private project, you get a 404 Not Found Error

    • @amanpalod2699
      @amanpalod2699 Год назад +4

      how do you do it for private projects

    • @DANIELSOUZA-mj5du
      @DANIELSOUZA-mj5du Год назад

      @@amanpalod2699 Just add the token

    • @persistent-s
      @persistent-s 8 месяцев назад

      @@amanpalod2699 the 2nd step which she did will do for private projects also as we authenticate with a token.

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

    Thank you so much, great info and clarity!

  • @niteshrajput910
    @niteshrajput910 3 года назад +3

    This video is actually useful.
    Looking forward to seeing more videos like this on GitLab API.
    Thanks!!

  • @retropaganda8442
    @retropaganda8442 2 года назад +2

    Can you please show how to pass the token with curl ?

  • @sonuchauhan2427
    @sonuchauhan2427 3 года назад

    So finally I know how to use GitLab APIs :D

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

    Where can I know how to consume or make calls to an apy through python script or powershell?

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

    i do not have postman in my comapany, is there any other way to do it?

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

    How i can write a email notifications code prior to get when gitlab pipeline got failed , can you please help me on this how i can do it by using api

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

    Do I need Postman? Or can I also do it maybe on git bash or cmd?

  • @oscarlopezconcha3314
    @oscarlopezconcha3314 3 года назад

    I added GitLab/UI to my Vue-Cli server but when I import a GitLab Component I am having the following issue:
    Module parse failed: Unexpected token (99:8)
    You may need an appropriate loader to handle this file type.
    | const attributes = {
    | placeholder: this.placeholder,
    | ...this.$attrs
    | };

  • @souptikdey1044
    @souptikdey1044 3 года назад

    What is the API to get all the application name whose content is modified from the last merge?

  • @tiyahegde3774
    @tiyahegde3774 3 года назад +1

    Hi, I am working on a project where I would like to select an existing project on GitLab via a web page UI which I have developed using GitLab Pages. How can I do this? Any inputs would be helpful. Thank you .

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

    How to update username via api call?

  • @Anand-ci7ez
    @Anand-ci7ez 3 года назад

    Thanks a lot.. Really Helpful 😊

  • @urunovtimes5816
    @urunovtimes5816 3 года назад

    Really apperciated.

  • @haralddunkel2859
    @haralddunkel2859 3 года назад +3

    Usefull video, but its main focus appears to be how to use postman for gitlab.

  • @kumaravelrajan
    @kumaravelrajan 3 года назад

    Great help. Thanks!

  • @goatofpower
    @goatofpower 3 года назад

    Is this really the only introduction to the gitlab API? Can we get a written document please??? Especially the part about getting tokens.

    • @goatofpower
      @goatofpower 3 года назад

      I see that is on the same page, so the video is totally unnecessary...

  • @tamimjabr1648
    @tamimjabr1648 3 года назад

    More than awesome

  • @jakemaguy6402
    @jakemaguy6402 3 года назад

    very helpful

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

    thanks!

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

    Fantástico!

  • @krichardpixley8403
    @krichardpixley8403 3 года назад +1

    Way too complicated. Go to a web page, download an app, but not that app, the other app, but not that tab, the other tab... all I really want to know is how to form the curl calls so I can call one project from another. Looks like that was in the basic docs to begin with. No clue why they sent me here.

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

    Useless video. What for are you need to api if you got GUI? Also no example of pagination. I guess that was too hard for understanding of video creator....