Nice Video please make one video about how to create nodes using API data.
@drupal-academy2 жыл бұрын
Sure
@drupal-academy2 жыл бұрын
Here is the video: kzbin.info/www/bejne/oGmce4mEaq1rmqM
@ganeshanr2028 Жыл бұрын
Great video. I am a new in drupal. I had one question. Instead of displaying single data how can I display all the datas in the array. Can u share any snippet or any github link for the reference.
@drupal-academy Жыл бұрын
You can check this video kzbin.info/www/bejne/d4S6coWbgZZ2o7M. In this video I have pushed multiple data in a array.
@kevyyar2 жыл бұрын
My question now is the following. With this fetching of the data, instead of just fetching it and echoing, how can you insert or save or store that data into Drupal? For example create a content type called Cat and inside that content type, the fields, etc will be filled from that data that you just fetched. Can you make a video on how to do that please??
@drupal-academy2 жыл бұрын
Sure, I have already planned for this tutorial. In that we will be able to add data from API in content type.
@kevyyar2 жыл бұрын
@@drupal-academy thanks hopefully it's soon!
@drupal-academy2 жыл бұрын
Here is the video: kzbin.info/www/bejne/oGmce4mEaq1rmqM
@kevyyar2 жыл бұрын
@@drupal-academy awesome! Already liked it! Keep the amazing work bro
@hikingca41548 ай бұрын
Great video, for some reason I am getting error 429, too many requests. Should I create the API Call through dependency injection? GuzzleHttp\Exception\ClientException: Client error: `GET ` resulted in a `429 Too Many Requests` response: { "error": { "code": "OVER_RATE_LIMIT", "message": "You have exceeded your rate limit.
@hikingca41548 ай бұрын
nvm, fixed by clearing local dns cache.
@codingki7826 Жыл бұрын
make dependency injection api call
@drupal-academy Жыл бұрын
Yes, we can call APIs using dependency injection.
@codingki7826 Жыл бұрын
@@drupal-academy how please make on video using without service I mean Drupal servevie