PricingBlog

[solved] where should i put my input

  • firdaus___-1197371764259438662

    Mr

    2 years ago

    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🤣
    1197371764393652254-IMG-20240118-WA0001.jpg
    1197371764607549570-IMG-20240118-WA0000.jpg
  • andreasmoller-1197422265097265152

    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
  • firdaus___-1197488346738462760

    Mr

    2 years ago

    Got it
  • firdaus___-1197546064048308364

    Mr

    2 years ago

    i forgot to add endpoint to my endpoint name.. it work now
    1197546063872131072-Screenshot_2024-01-18_221928.png
  • [solved] where should i put my input