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.
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?
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.
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.
Thanks for friendly explanation for REST API
Good Informaitoin, looking forward for your next one
Good tutorial answered many of my questions.
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?
Thank you so much! It is what i was looking for!
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 ?
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.
is that api/v1/ endpoint described anywhere in the isite ? or you gave that path just from yourself ? plz explain.
Thanks, great video
Perfect, Thanks.
Thank you Imran!
How does one add pagination links to the json response?
I canot find restful under configration although I install it from the extend portal ,can u help here please ?
Thanks!
Hi, do you know how can we add a translated content with the API ? Thank you
What was the music in the background?
Sad
How to expose a REST API with POST method?
REST API is about CRUD, not just read the API. Where is create, update and delete?