webwrite

Write data to RESTful web service

📝 Syntax

  • response = webwrite(url, data)

  • response = webwrite(url, data, options)

  • response = webwrite(url, name1, value1, ... , nameN, valueN)

  • response = webwrite(url, name1, value1, ... , nameN, valueN, options)

📥 Input argument

  • url - a string: URL to a web service.

  • data - Data to post to a web service, an nelson's variable.

  • name1, value1, ... , nameN, valueN - Name-Value Pair Arguments, Data to post to a web service.

  • options - a weboptions object.

📤 Output argument

  • response - a variable: Response from a web service.

📄 Description

webwrite write data to RESTful web service.

💡 Examples

Send message to Slack

Connect to your NetAtmo Weather station (oAuth2 connection)

🔗 See also

weboptions, webread.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?