JSON Documentation
Method: addRoom ¶
https://json.smappi.org/milash/chatea-with-volumes/addRoom?roomname=<string>
Create new room
addRoom("test_room")
// => true
Method: getRooms ¶
https://json.smappi.org/milash/chatea-with-volumes/getRooms
Get list of rooms
getRooms()
// => [...]
Method: getRoom ¶
https://json.smappi.org/milash/chatea-with-volumes/getRoom?roomname=<string>
Get ROOM with items
getRoom("room" + new Date)
// => false
Method: addItem ¶
https://json.smappi.org/milash/chatea-with-volumes/addItem?roomname=<string>&nickname=<string>&message=<string>
Add item to room
addItem("test_room", "milash", "test")
// => {nickname: "milash", message: "test", ...{}}
XML Documentation
Method: addRoom ¶
https://xml.smappi.org/milash/chatea-with-volumes/addRoom?roomname=<string>
Create new room
addRoom("test_room")
// => true
Method: getRooms ¶
https://xml.smappi.org/milash/chatea-with-volumes/getRooms
Get list of rooms
getRooms()
// => [...]
Method: getRoom ¶
https://xml.smappi.org/milash/chatea-with-volumes/getRoom?roomname=<string>
Get ROOM with items
getRoom("room" + new Date)
// => false
Method: addItem ¶
https://xml.smappi.org/milash/chatea-with-volumes/addItem?roomname=<string>&nickname=<string>&message=<string>
Add item to room
addItem("test_room", "milash", "test")
// => {nickname: "milash", message: "test", ...{}}
SOAP Documentation (coming soon)
WSDL-Scheme here...
Method: addRoom ¶
https://soap.smappi.org/milash/chatea-with-volumes/addRoom?roomname=<string>
Create new room
addRoom("test_room")
// => true
Method: getRooms ¶
https://soap.smappi.org/milash/chatea-with-volumes/getRooms
Get list of rooms
getRooms()
// => [...]
Method: getRoom ¶
https://soap.smappi.org/milash/chatea-with-volumes/getRoom?roomname=<string>
Get ROOM with items
getRoom("room" + new Date)
// => false
Method: addItem ¶
https://soap.smappi.org/milash/chatea-with-volumes/addItem?roomname=<string>&nickname=<string>&message=<string>
Add item to room
addItem("test_room", "milash", "test")
// => {nickname: "milash", message: "test", ...{}}