Tuna Çağlar Gümüş
Tuna Çağlar Gümüş
https://colab.research.google.com/drive/1KA2w8bA9Q1HDiZf5Ow_VNOrTaWW4lXXG?usp=sharing
Also we need to call the function in lowercase like this. ``` $this->load->library('mailchimp_library'); $lists = $this->mailchimp_library->call('lists/list'); ``` This solved my problem.
Thank you for the clarification. 👍🙂
We are waiting :) when the next update will come out?
Personally, I would like to thank you for this work. I have still a lot to learn but this repo is awesome for beginners like me. Thank you 🙏
For a basic PHP/cURL auth and respond request you can use this code below. ``` $username = "tcgumus"; //it can be anything $password = "API KEY"; // create curl resource...