This might be basic but my brain stop working right now I've create endpoint from xano, call an api from toddle. I have variable for input. Where should i place the input? I do watch youtube build search itunes but i cant figure out🤣
Andreas Møller
2 years ago
Yeah “Inputs” is a bit of a strange word choice. I think the rule is that if the name is in the path e.g. /users/{I’d} Then it should be part of the path
Otherwise it is a query parameter
Unless it is a post/patch/put requests then it is in the body
Mr
2 years ago
Got it
Mr
2 years ago
i forgot to add endpoint to my endpoint name.. it work now