There is no POST method in web component

i’m testing the use of the new AI LLM DeepSeek V3 ( a very fast model!) with Niotron. i’ve already tested the calling sequence in POSTMAN so i know it works (below are before and after).

but when i started to do the call inside Niotron, i realized that i needed to do a POST method in the Web component but there is none! the closest i tried (Which doesn’t work) is shown below but instead of call web1.patchtext, it should be call web1.POSTText

furthermore it is described in the docs page for web: Web | Niotron Docs

any ideas? thanks.

Post text block is available

And also set your URL before setting the post

my bad! it was there all along - my scroll bar was skipping over it when i used the mouse to scroll! i finally got it to work. please go to a new posting i made entitled “Play with Deepseek v3 using Niotron” for details.

Okey nice :+1:t2: