Learn Drupal 8 - REST API Part1

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

КОМЕНТАРІ • 21

  • @aphickey
    @aphickey 8 років тому +12

    Just a brief notation change that could mess you up while following this excellent video.... In Drupal 8.1.1, the 'node id' filter just appears as "ID". If you search as Imran does, for node id, you will find naught. Search instead for ID.

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

    Thanks for friendly explanation for REST API

  • @sachinsuryavanshi3
    @sachinsuryavanshi3 7 років тому

    Good Informaitoin, looking forward for your next one

  • @efergusonearnshaw8596
    @efergusonearnshaw8596 8 років тому

    Good tutorial answered many of my questions.

  • @RobertoAmores
    @RobertoAmores 5 років тому

    Hi Imran!! Thanks for your video, it's very interesting to be able to configure a REST Service from a view. I only find a problem to this way, the time response is greater than 600ms. Those times are not profitable for a production site. Can you think in any modification to improve it?

  • @VitaliiHalchynskyi
    @VitaliiHalchynskyi 6 років тому

    Thank you so much! It is what i was looking for!

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

    Outstanding video :-) I just installed Drupal 9 on my local server. Ver. 9 has the same API of the ver. 8 or I have to downgrade the version ?

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

      Thanks for your comment. The Drupal version is fully dependent on our project plan. One thing, you should remember that there are more popular modules that haven't ready for D9 yet. Since D8 and D9 are pretty much similar. Most of the deprecated codes have been deleted from the core. But we are believing that the most useful module will be converted soon.

  • @shobhitjuyal9536
    @shobhitjuyal9536 6 років тому

    is that api/v1/ endpoint described anywhere in the isite ? or you gave that path just from yourself ? plz explain.

  • @LarsRyeJeppesen
    @LarsRyeJeppesen 7 років тому

    Thanks, great video

  • @rohitgour8331
    @rohitgour8331 5 років тому

    Perfect, Thanks.

  • @hanietti
    @hanietti 8 років тому +1

    Thank you Imran!

  • @perliva
    @perliva 5 років тому

    How does one add pagination links to the json response?

  • @somaiadamlakhi4079
    @somaiadamlakhi4079 7 років тому

    I canot find restful under configration although I install it from the extend portal ,can u help here please ?

  • @moxistarcraft
    @moxistarcraft 8 років тому

    Thanks!

  • @MohamedZantour
    @MohamedZantour 6 років тому

    Hi, do you know how can we add a translated content with the API ? Thank you

  • @jamesa54321
    @jamesa54321 7 років тому

    What was the music in the background?

  • @JitendraDalai
    @JitendraDalai 7 років тому

    How to expose a REST API with POST method?

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

    REST API is about CRUD, not just read the API. Where is create, update and delete?