RESTful Transfer
Posted: 01 Mar 2019, 01:38
Has anyone implemented this on the system?
j
j
Code: Select all
GET http://revpi.local/api/
> {
"ioname1": iovalue,
"ioname2": iovalue2
}
Code: Select all
POST http://revpi.local/api/
< {
"ioname2": newvalue2
}
> {
"success": true
}