Genie.jl icon indicating copy to clipboard operation
Genie.jl copied to clipboard

examples of dealing with postpayloads, jsonpayload and rawpayload in docs

Open onoke123 opened this issue 1 year ago • 1 comments

There are 3 methods in Genie for receiving post data, postpayloads(), jsonpayload() and rawpayload(). I wonder if there were some examples code in docs of them.

for example ・postpayload() post data: name1=value1 on Genie: v = postpayload( :name1 ) <- 'v' is expected 'value1'

onoke123 avatar Aug 05 '22 02:08 onoke123

thanks, I'll more about payloads in post payload docs. During next iteration(probably next week I'll be working on docs)

AbhimanyuAryan avatar Aug 05 '22 16:08 AbhimanyuAryan

Working on improving the API docs overall -- closing this.

essenciary avatar Sep 07 '23 14:09 essenciary