I’m having a bit of trouble figuring out how to retrieve lunch lists from a API. Or the issue is that I can’t figure out how to setup the HTTP module in Make properly.
The info I am trying to retrieve strings from is
http://api.lunchpaus/api.php?token=XXXXXXXXXewur&type=lunchlists&week=next_week
The parameters can be next_week or cur_week depending on which lunch info I want to fetch.
I am getting a HTTP error when trying to run the step. No response. I am sure I am configuring it wrong somehow.